diff options
-rwxr-xr-x | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |