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