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 /hosts/cloud | |
| parent | 0f47dea12e3c5cae4934d35597591a8d773f7e2b (diff) | |
yeet nix machinery out of website
Diffstat (limited to 'hosts/cloud')
| -rw-r--r-- | hosts/cloud/proxy/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |
