From 641c59092c9a00b18c4125de92baa0b0cecf93c7 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 4 Nov 2023 18:21:07 +0100 Subject: [PATCH] fix a mistake in flake outputs `nix run ...` should run websites; I broke this earlier. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5680189..f8732af 100644 --- a/flake.nix +++ b/flake.nix @@ -98,7 +98,7 @@ deploy-rs.lib; packages.x86_64-linux = - pkgs; # self.nixosConfigurations.parsons.config.hacc.websites.builders; + self.nixosConfigurations.parsons.config.hacc.websites.builders; }; }