Compare commits

..

No commits in common. "af1645519a3e76be9d0b8847c19a24986ad0096d" and "93d0685492e41a632f1fa923d64c027cb177d293" have entirely different histories.

View file

@ -35,9 +35,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.3.4
- name: Install nix
uses: cachix/install-nix-action@v14.1
uses: cachix/install-nix-action@v13
with:
nix_path: "${{ matrix.nixPath }}"
- name: Show nixpkgs version
@ -59,7 +59,7 @@ jobs:
-I $PWD
- name: Build nix packages
# TODO switch to default nixpkgs channel once nix-build-uncached 1.0.0 is in stable
run: nix --extra-experimental-features 'nix-command flakes' shell -I 'nixpkgs=channel:nixos-unstable' nixpkgs#nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
run: nix run -I 'nixpkgs=channel:nixos-unstable' nixpkgs.nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
- name: Trigger NUR update
if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}
run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}"