nur-packages

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

commit 12fe3825d0e94aee1a1d7e04ce50660e1a8ec9c5
parent 0dbdf95c3299d41c0c347322dca10c296a019abf
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Tue,  2 Nov 2021 03:01:48 +0300

CI: update gh actions

Diffstat:
M.github/workflows/build.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Install nix uses: cachix/install-nix-action@v14 with: @@ -44,7 +44,7 @@ jobs: -I nixpkgs=$(nix-instantiate --find-file nixpkgs) \ -I $PWD - name: Build nix packages - run: nix run -I 'nixpkgs=channel:nixos-unstable' nixpkgs.nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs + run: nix shell -I 'nixpkgs=channel:nixos-unstable' nixpkgs.nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs env: NIXPKGS_ALLOW_INSECURE: 1 - name: Trigger NUR update