Compare commits

..
2 Commits
Author SHA1 Message Date
floturcocantsee 46f1e4cf2f pre-commit: added other hosts 2026-08-26 11:13:45 -04:00
floturcocantsee 4ac9dc74e8 pre-commit: add pdw-frankiel tests 2026-08-26 10:33:43 -04:00
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
**/result
+28
View File
@@ -0,0 +1,28 @@
repos:
- repo: local
hooks:
- id: nix-flake-check
name: Nix flake check
entry: nix flake check
language: system
pass_filenames: false
always_run: true
- id: nixos-drybuild-pdw-frankiel
name: pdw-frankiel build check
entry: nix build .#nixosConfigurations.pdw-frankiel.config.system.build.toplevel
language: system
pass_filenames: false
always_run: true
- id: nixos-drybuild-nero
name: nero build check
entry: nix build .#nixosConfigurations.nero.config.system.build.toplevel
language: system
pass_filenames: false
always_run: true
- id: nixos-drybuild-vergil
name: vergil build check
entry: nix build .#nixosConfigurations.vergil.config.system.build.toplevel
language: system
pass_filenames: false
always_run: true