diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 03:13:42 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 03:13:42 +0200 |
commit | b9bd23cd79acff04d1bc2c01500888853cb82c1f (patch) | |
tree | 6951e6ce06852cf72757b05bf2a6a3d49c7f138e /flake.nix | |
parent | Push updates (diff) | |
download | Rory-Open-Architecture-b9bd23cd79acff04d1bc2c01500888853cb82c1f.tar.xz |
Fix flake
Diffstat (limited to '')
-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"; |