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