commit a6f9de4ea6cb0123970bd3ee3960ebfb1a1b866c parent 42db5a4205db38bb25441aedac241fe2782f5d08 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Sun, 22 May 2022 12:32:09 +0300 Update gh workflow Diffstat:
M | .github/workflows/build.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: -I nixpkgs=$(nix-instantiate --find-file nixpkgs) \ -I $PWD - name: Build nix packages - run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs + run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs --show-trace env: NIXPKGS_ALLOW_INSECURE: 1 - name: Trigger NUR update