Tweak comment block to fix collapsing in editor.

This commit is contained in:
Whovian NTSN 2024-09-07 01:42:22 -04:00
parent f383a7a801
commit 84218a849f
1 changed files with 3 additions and 2 deletions

View File

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