flake.nix: simplify allMachines #59

Merged
pederbs merged 1 commits from attrnames into main 2024-08-04 23:44:54 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
"aarch64-darwin" "aarch64-darwin"
]; ];
forAllSystems = f: nixlib.genAttrs systems f; forAllSystems = f: nixlib.genAttrs systems f;
allMachines = nixlib.mapAttrsToList (name: _: name) self.nixosConfigurations; allMachines = builtins.attrNames self.nixosConfigurations;
importantMachines = [ importantMachines = [
"bekkalokk" "bekkalokk"
"bicep" "bicep"