summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-23 12:25:56 +0200
committerRory& <root@rory.gay>2024-07-23 12:25:56 +0200
commit1c89b64f9908a3befe6dba0ebb6d4fb48fae44fd (patch)
tree8cdfb705b4599c742c2c24e1387476d20741cd4f
parentPass through nixpkgs-Draupnir to container (diff)
downloadRory-Open-Architecture-1c89b64f9908a3befe6dba0ebb6d4fb48fae44fd.tar.xz
pass nixpkgs draupnir to correct output
-rwxr-xr-xflake.nix2
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;
           };
         };