diff options
author | Rory& <root@rory.gay> | 2024-07-23 12:22:01 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-23 12:22:01 +0200 |
commit | ad9ef6349be40503729e3f7a4a00f22588d1b967 (patch) | |
tree | f1905f9f4a2b4fe4862348275218057de6945d0b /flake.nix | |
parent | Fix draupnir-cme, set correct mgmt room (diff) | |
download | Rory-Open-Architecture-ad9ef6349be40503729e3f7a4a00f22588d1b967.tar.xz |
Pass through nixpkgs-Draupnir to container
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 0dfa8b4..1b0358f 100755 --- a/flake.nix +++ b/flake.nix @@ -99,6 +99,7 @@ ]; specialArgs = { inherit home-manager; + inherit nixpkgs-Draupnir; }; }; |