nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit c551a0f918d733063b3a6e841ccb18d1cde0f43a
parent a6f9de4ea6cb0123970bd3ee3960ebfb1a1b866c
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Sun, 22 May 2022 12:45:12 +0300

Revert "Update gh workflow"

This reverts commit a6f9de4ea6cb0123970bd3ee3960ebfb1a1b866c.

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 --show-trace + run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs env: NIXPKGS_ALLOW_INSECURE: 1 - name: Trigger NUR update