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