diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c0ae8d3702f30bde551d84936b6b3784fc831a7f..1962f516d64dc53a6a2dca13085d1b9b8baf6d45 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,6 +27,9 @@ - name: Install nix
uses: cachix/install-nix-action@v14
with:
nix_path: "${{ matrix.nixPath }}"
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Setup cachix
@@ -44,7 +47,7 @@ --drv-path --show-trace \
-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 -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
env:
NIXPKGS_ALLOW_INSECURE: 1
- name: Trigger NUR update
application/octet-stream
This content has been proxied by September (3851b).