Compare commits

...

1 commit

Author SHA1 Message Date
Trolli Schmittlauch
af1645519a update build command to syntax changes in Nix 2.4 2021-11-02 07:51:22 +01:00

View file

@ -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 run -I 'nixpkgs=channel:nixos-unstable' nixpkgs.nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
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
- name: Trigger NUR update
if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}
run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}"