diff options
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,6 +55,6 @@ }; }); - formatter = forAllSystems (s: nixpkgs.${s}.alejandra); + formatter = forAllSystems (s: nixpkgsFor.${s}.alejandra); }; } |
![]() |
index : getchoo/website | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | flake.nix | 2 |
@@ -55,6 +55,6 @@ }; }); - formatter = forAllSystems (s: nixpkgs.${s}.alejandra); + formatter = forAllSystems (s: nixpkgsFor.${s}.alejandra); }; } |