small refactor

This commit is contained in:
soraefir
2026-06-20 13:07:06 +02:00
parent e5a75cb3b7
commit 878b660bf2
3 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
in {
devShells = import ./shells {
inherit inputs mkPkgs;
supportedSystems = linuxSystems;
systems = linuxSystems;
};
nixosConfigurations = generateHosts "nixos";