expose pkgs in default derivation

This commit is contained in:
Daniel Barlow 2022-09-25 13:18:26 +01:00
parent 0c25983c0b
commit 0e73362a8c

View file

@ -27,4 +27,7 @@ in {
ln -s ${kernel.vmlinux} vmlinux
'';
};
# this is just here as a convenience, so that we can get a
# cross-compiling nix-shell for any package we're customizing
inherit (nixpkgs) pkgs;
}