From e5fa5ad30df3b142f5ac1f8f99c53748b419c11a Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 12 Jan 2026 21:41:21 +0100 Subject: yeet nix machinery out of website --- hosts/cloud/proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/cloud') 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 = [ -- cgit v1.3.1