ci: don't be so verbose
This commit is contained in:
parent
d82c403da5
commit
8739ada74c
4
.github/workflows/cachix.yaml
vendored
4
.github/workflows/cachix.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
extraPullNames: "nix-community"
|
||||
|
||||
- name: Build package
|
||||
run: nix build --verbose -L .#"${{ matrix.name }}"
|
||||
run: nix build -L .#"${{ matrix.name }}"
|
||||
|
||||
build-configs:
|
||||
name: NixOS configs
|
||||
|
@ -60,4 +60,4 @@ jobs:
|
|||
extraPullNames: "nix-community"
|
||||
|
||||
- name: Build package
|
||||
run: nix build --verbose -L .#nixosConfigurations."${{ matrix.name }}".config.system.build.toplevel
|
||||
run: nix build -L .#nixosConfigurations."${{ matrix.name }}".config.system.build.toplevel
|
||||
|
|
Loading…
Reference in a new issue