diff options
| author | seth <[email protected]> | 2024-07-23 16:01:24 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-23 16:01:24 -0400 |
| commit | c02c20b81e8ef09588d5f4e9a9e61737a257117f (patch) | |
| tree | 84400a5b4275b204e30829936f2d4214a0295220 /templates | |
| parent | cd7e05c588504950960d4e0d77ba1efa8d9eac03 (diff) | |
templates(basic): fix forAllSystems
Diffstat (limited to 'templates')
| -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 { |
