diff options
-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; }; }; |