Use the toplevel from the vm output

This commit is contained in:
Rodrigo Arias 2024-01-18 17:58:26 +01:00
parent 2f387d3362
commit af26facae4

View File

@ -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";