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