Save stdenv in gcroot
This commit is contained in:
parent
4562173d41
commit
71d124815f
@ -120,7 +120,7 @@
|
|||||||
UBOOT_ENV = syspkgs.uboot-env;
|
UBOOT_ENV = syspkgs.uboot-env;
|
||||||
BITSTREAM = syspkgs.bitstream;
|
BITSTREAM = syspkgs.bitstream;
|
||||||
BOOTROM = syspkgs.bootrom;
|
BOOTROM = syspkgs.bootrom;
|
||||||
GCROOT = buildRoots { pkgs = syspkgs; save = [ KERNEL OPENSBI ]; };
|
GCROOT = buildRoots { pkgs = syspkgs; save = [ syspkgs.stdenv KERNEL OPENSBI ]; };
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "Here are the current system pieces:"
|
echo "Here are the current system pieces:"
|
||||||
echo " TOPLEVEL = $TOPLEVEL"
|
echo " TOPLEVEL = $TOPLEVEL"
|
||||||
@ -142,7 +142,7 @@
|
|||||||
in self.outputs.devShells.x86_64-linux.lagarto-ox.overrideAttrs (old:{
|
in self.outputs.devShells.x86_64-linux.lagarto-ox.overrideAttrs (old:{
|
||||||
TOPLEVEL = "";
|
TOPLEVEL = "";
|
||||||
ROOTFS = "";
|
ROOTFS = "";
|
||||||
GCROOT = buildRoots { pkgs = syspkgs; save = [ old.OPENSBI ]; };
|
GCROOT = buildRoots { pkgs = syspkgs; save = [ syspkgs.stdenv old.OPENSBI ]; };
|
||||||
});
|
});
|
||||||
|
|
||||||
devShells.x86_64-linux.default =
|
devShells.x86_64-linux.default =
|
||||||
|
Loading…
Reference in New Issue
Block a user