expose pkgs in default derivation

module-based-network
Daniel Barlow 2022-09-25 13:18:26 +01:00
parent 0c25983c0b
commit 0e73362a8c
1 changed files with 3 additions and 0 deletions

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