diff --git a/flake.nix b/flake.nix index 9b0c66f..fcbb1f2 100644 --- a/flake.nix +++ b/flake.nix @@ -379,7 +379,8 @@ ]; }; - /* nixps = nixpkgs.lib.nixosSystem { + /* + nixps = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./system/xps/configuration.nix @@ -417,7 +418,7 @@ } ]; }; - */ + */ }; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;