Correct style type in flake.nix

This commit is contained in:
Rodrigo Arias 2024-01-24 13:09:49 +01:00
parent 630b8ac90f
commit d52db1d97c

View File

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