Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46f1e4cf2f
|
||
|
|
4ac9dc74e8
|
@@ -0,0 +1 @@
|
|||||||
|
**/result
|
||||||
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user