Skip to content

Commit 1f55815

Browse files
committed
shell.nix: pass cmdline arguments to default.nix
1 parent 70fb712 commit 1f55815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
attrs@{...}:
12
let
2-
inherit (import ./. {}) pkgs haskellPackages;
3+
inherit (import ./. attrs) pkgs haskellPackages;
34
hlib = pkgs.haskell.lib;
45

56
packages = [ "hnix-store-core" "hnix-store-remote" ];

0 commit comments

Comments
 (0)