From b9bd23cd79acff04d1bc2c01500888853cb82c1f Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 18 Aug 2023 03:13:42 +0200 Subject: Fix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1273d08..c797050 100755 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; - outputs = { self, nixpkgs, home-manager, botcore-v4 }: { + outputs = { self, nixpkgs, home-manager, botcore-v4, conduit }: { nixosConfigurations = { Rory-nginx = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; -- cgit 1.5.1