From d52db1d97cf5f4c3eecabfafcc8c35f54b4afda1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 24 Jan 2024 13:09:49 +0100 Subject: [PATCH] Correct style type in flake.nix --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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