summaryrefslogtreecommitdiff
path: root/templates/basic/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/basic/flake.nix')
-rw-r--r--templates/basic/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basic/flake.nix b/templates/basic/flake.nix
index f1c84df..86efae0 100644
--- a/templates/basic/flake.nix
+++ b/templates/basic/flake.nix
@@ -16,7 +16,7 @@
"aarch64-darwin"
];
- forAllSystems = fn: lib.genAttrs systems;
+ forAllSystems = lib.genAttrs systems;
nixpkgsFor = forAllSystems (system: nixpkgs.legacyPackages.${system});
in
{