From 84218a849f8f8c673745d5b2c7fb3ba68851cf4d Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sat, 7 Sep 2024 01:42:22 -0400 Subject: [PATCH] Tweak comment block to fix collapsing in editor. --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;