nur @main -
refs -
log -
-
https://git.jolheiser.com/nur.git
Signature
-----BEGIN PGP SIGNATURE-----
wsBcBAABCAAQBQJhhVrdCRBK7hj4Ov3rIwAA4jUIAG3hKdwEjzvOT1a3qa4jLyH4
bH5r6UpKOXVfpt5V4X5zrOnFui3MKvOpPmQNz2wWoyR3QfPB69EBnCOX2/jmyKe6
aAcSP/WYO2R0qk0OiD3ry+IVw3siw6ry8MQNWel7wfb+iwZLzF0ECed+OQeu6lfP
UyMKs3dJW/VSoO1KVAti54YPSClWJLHjzsOt+zIyokRQg9PQx0S6jr0z/S8ZwE3Y
MDL+sf9vwYUxxkNYD+n/sboMhjnXPj2wlks4WV22CHe5DLMLsKonGEBdQKdaLlWN
BwHVaxpqZKolKy6RDWPPZPuef6pdKmrOzYEj91Umd6K5PVkySP7wGezJh0ItK2I=
=C6GQ
-----END PGP SIGNATURE-----
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b2c295cb38732a5f8075fb7ea9f89d328f35612a..c0c72015a2aa4e423b6c7e1093e3584f8afdc793 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,6 +45,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
@@ -65,8 +68,7 @@ --drv-path --show-trace \
-I nixpkgs=$(nix-instantiate --find-file nixpkgs) \
-I $PWD
- name: Build nix packages
- # TODO switch to default nixpkgs channel once nix-build-uncached 1.0.0 is in stable
- 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
- name: Trigger NUR update
# Don't replace <YOUR_REPO_NAME> here!
if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}