diff --git a/flake.nix b/flake.nix index cbb45db..b7ed0a8 100644 --- a/flake.nix +++ b/flake.nix @@ -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