shell.nix: pass cmdline arguments to default.nix

This commit is contained in:
Richard Marko 2023-11-08 18:39:03 +01:00
parent 70fb712323
commit 1f55815e5b

View File

@ -1,5 +1,6 @@
attrs@{...}:
let
inherit (import ./. {}) pkgs haskellPackages;
inherit (import ./. attrs) pkgs haskellPackages;
hlib = pkgs.haskell.lib;
packages = [ "hnix-store-core" "hnix-store-remote" ];