diff options
| author | seth <[email protected]> | 2023-05-20 02:34:32 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-20 02:34:32 -0400 |
| commit | c0265601b8c5df23aab853124302f014c16da628 (patch) | |
| tree | 22ccd77073cf69b2eb5cfa97f9d9bcf4bf948567 /flake.nix | |
| parent | d0ad2e5d16f62c9a45dafc3eacc814a3b9013d08 (diff) | |
flake: fix formatter
Diffstat (limited to 'flake.nix')
| -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); }; } |
