diff options
| author | Grisha Shipunov | 2026-01-12 21:41:21 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2026-01-12 21:41:21 +0100 |
| commit | e5fa5ad30df3b142f5ac1f8f99c53748b419c11a (patch) | |
| tree | 189df9c525ab7d1f82c33b69b1548cf3b401c1b3 | |
| parent | 0f47dea12e3c5cae4934d35597591a8d773f7e2b (diff) | |
yeet nix machinery out of website
| -rw-r--r-- | flake.nix | 5 | ||||
| -rw-r--r-- | hosts/cloud/proxy/default.nix | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -28,9 +28,8 @@ }; website = { - url = "git+https://git.oxapentane.com/0xa/website.git?ref=main&submodules=1"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; + url = "git+https://git.oxapentane.com/0xa/website.git"; + flake = false; }; tmux-yank = { diff --git a/hosts/cloud/proxy/default.nix b/hosts/cloud/proxy/default.nix index dbeab9a..3e943bd 100644 --- a/hosts/cloud/proxy/default.nix +++ b/hosts/cloud/proxy/default.nix @@ -1,6 +1,6 @@ { inputs, ... }: let - website = inputs.website.packages."x86_64-linux".default; + website = inputs.website; in { imports = [ |
