We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fb712 commit 1f55815Copy full SHA for 1f55815
shell.nix
@@ -1,5 +1,6 @@
1
+attrs@{...}:
2
let
- inherit (import ./. {}) pkgs haskellPackages;
3
+ inherit (import ./. attrs) pkgs haskellPackages;
4
hlib = pkgs.haskell.lib;
5
6
packages = [ "hnix-store-core" "hnix-store-remote" ];
0 commit comments