diff options
| author | seth <[email protected]> | 2023-09-07 17:45:54 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-07 17:45:54 -0400 |
| commit | 4b8cc38f33256e3eb8234028e26566817eaa0d74 (patch) | |
| tree | c64f7f90bd1c26158c00ec5f3d1538bb8809feec /flake.nix | |
| parent | 30b4700d3b838c9f0fecad860aca6b0ec374a747 (diff) | |
flake: fix formatter
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ "aarch64-darwin" ]; - perSystem = p: {formatter = p.pkgs.alejandra;}; + perSystem = {pkgs, ...}: {formatter = pkgs.alejandra;}; flake.nixosModules.default = import ./nix/module.nix self; }; |
