diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-04 13:47:18 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-07-04 13:47:18 -0700 |
| commit | bb617eea58ac35679ed9568b103fdd8d5a0937b0 (patch) | |
| tree | 3f555130bf1dcd31ad413515ade89f1e285d4448 /flake.nix | |
| parent | fix yaml (diff) | |
| download | fcuny.net-bb617eea58ac35679ed9568b103fdd8d5a0937b0.tar.gz | |
add the feed and a few more fixes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -26,7 +26,7 @@ buildInputs = [ zola git ]; buildPhase = '' mkdir -p $out - ${pkgs.zola}/bin/zola build -o $out + ${pkgs.zola}/bin/zola build -o $out -f ''; dontInstall = true; }; @@ -42,6 +42,10 @@ src = ./.; hooks = { nixpkgs-fmt.enable = true; + check-toml.enable = true; + check-yaml.enable = true; + check-merge-conflicts.enable = true; + end-of-file-fixer.enable = true; }; }; formatting = treefmtEval.config.build.check self; |
