From 8739ada74c9347269765cec9e273910a9b6484ea Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 7 Feb 2022 16:06:11 +0100 Subject: [PATCH] ci: don't be so verbose --- .github/workflows/cachix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index 7316634..74cf5c1 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -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