diff options
author | Rory& <root@rory.gay> | 2024-07-23 12:25:56 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-23 12:25:56 +0200 |
commit | 1c89b64f9908a3befe6dba0ebb6d4fb48fae44fd (patch) | |
tree | 8cdfb705b4599c742c2c24e1387476d20741cd4f /flake.nix | |
parent | Pass through nixpkgs-Draupnir to container (diff) | |
download | Rory-Open-Architecture-1c89b64f9908a3befe6dba0ebb6d4fb48fae44fd.tar.xz |
pass nixpkgs draupnir to correct output
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 1b0358f..db63713 100755 --- a/flake.nix +++ b/flake.nix @@ -85,6 +85,7 @@ inherit home-manager; inherit grapevine; inherit conduit; + inherit nixpkgs-Draupnir; #inherit conduwuit; }; }; @@ -99,7 +100,6 @@ ]; specialArgs = { inherit home-manager; - inherit nixpkgs-Draupnir; }; }; |