Use the toplevel from the vm output
This commit is contained in:
parent
2f387d3362
commit
af26facae4
@ -47,7 +47,8 @@
|
|||||||
let
|
let
|
||||||
nixosconf = self.nixosConfigurations.cross;
|
nixosconf = self.nixosConfigurations.cross;
|
||||||
syspkgs = nixosconf.pkgs;
|
syspkgs = nixosconf.pkgs;
|
||||||
toplevel = nixosconf.config.system.build.toplevel;
|
#toplevel = nixosconf.config.system.build.toplevel;
|
||||||
|
toplevel = "${nixosconf.config.system.build.vm}/system";
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
pname = "qemu-shell";
|
pname = "qemu-shell";
|
||||||
|
Loading…
Reference in New Issue
Block a user