pre-commit: add pdw-frankiel tests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user