diff options
Diffstat (limited to 'templates/basic/flake.nix')
| -rw-r--r-- | templates/basic/flake.nix | 2 |
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 { |
