Skip to content

Commit

Permalink
Merge pull request #37 from Mic92/uncached
Browse files Browse the repository at this point in the history
use nix-build-uncached from nixpkgs
  • Loading branch information
Mic92 authored Nov 26, 2023
2 parents 307e26e + fedafdb commit f31370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
-I nixpkgs=$(nix-instantiate --find-file nixpkgs) \
-I $PWD > /dev/null
- name: Build nix packages
run: nix shell -f . nix-build-uncached -c nix-build-uncached non-broken.nix
run: nix shell nixpkgs#nix-build-uncached -c nix-build-uncached non-broken.nix
- name: Trigger NUR update
run: curl -XPOST "https://nur-update.nix-community.org/update?repo=${{ matrix.nurRepo }}"

0 comments on commit f31370e

Please sign in to comment.