diff options
| author | Fuwn <[email protected]> | 2024-09-13 06:19:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-13 06:19:58 -0700 |
| commit | b2689036f2e9182a219061f5abd156314d852e82 (patch) | |
| tree | 54b04cc9e3543debd1cfef9e7f202cd99d58b012 /flake.nix | |
| parent | f8dfa7f1fa729e17343337201a86df3a66af2951 (diff) | |
| download | pywal.nix-b2689036f2e9182a219061f5abd156314d852e82.tar.xz pywal.nix-b2689036f2e9182a219061f5abd156314d852e82.zip | |
chore(flake): add formatter
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,11 @@ url = "github:numtide/flake-utils"; inputs.systems.follows = "systems"; }; + + pre-commit-hooks = { + url = "github:cachix/git-hooks.nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -145,5 +150,7 @@ config.pywal-nix.colorScheme = config.pywal-nix.colourScheme; }; + + formatter = nixpkgs.legacyPackages."${system}".nixfmt-rfc-style; }); } |