expose pkgs in default derivation
This commit is contained in:
parent
0c25983c0b
commit
0e73362a8c
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue