From 2c3261de746a3dc6a1b9fe43950ca862af77b010 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 4 Aug 2024 17:11:21 +0200 Subject: [PATCH] flake.nix: simplify allMachines --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4fee7cae..7249b15a 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ "aarch64-darwin" ]; forAllSystems = f: nixlib.genAttrs systems f; - allMachines = nixlib.mapAttrsToList (name: _: name) self.nixosConfigurations; + allMachines = builtins.attrNames self.nixosConfigurations; importantMachines = [ "bekkalokk" "bicep"