Correct style type in flake.nix
This commit is contained in:
parent
630b8ac90f
commit
d52db1d97c
@ -37,8 +37,7 @@
|
|||||||
nixosconf = self.nixosConfigurations.qemu-nc;
|
nixosconf = self.nixosConfigurations.qemu-nc;
|
||||||
syspkgs = nixosconf.pkgs;
|
syspkgs = nixosconf.pkgs;
|
||||||
toplevel = nixosconf.config.system.build.toplevel;
|
toplevel = nixosconf.config.system.build.toplevel;
|
||||||
in
|
in pkgs.mkShell {
|
||||||
pkgs.mkShell {
|
|
||||||
pname = "qemu-shell";
|
pname = "qemu-shell";
|
||||||
buildInputs = with pkgs; [ qemu ];
|
buildInputs = with pkgs; [ qemu ];
|
||||||
# Here we tell the run script where to find the system
|
# Here we tell the run script where to find the system
|
||||||
|
Loading…
Reference in New Issue
Block a user