github: bump install-nix-action
This commit is contained in:
parent
0f08890ac1
commit
1ec4e5e88f
5
.github/workflows/cachix.yaml
vendored
5
.github/workflows/cachix.yaml
vendored
|
@ -5,14 +5,15 @@ on:
|
|||
- 'pkgs/**'
|
||||
- 'flake.nix'
|
||||
- 'flake.lock'
|
||||
- '.github/workflows/*'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v13
|
||||
- uses: cachix/install-nix-action@v14
|
||||
with:
|
||||
install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
|
||||
install_url: https://nixos-nix-install-tests.cachix.org/serve/vij683ly7sl95nnhb67bdjjfabclr85m/install
|
||||
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
|
|
1
.github/workflows/nur-update.yaml
vendored
1
.github/workflows/nur-update.yaml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
- 'main'
|
||||
paths:
|
||||
- 'pkgs/**'
|
||||
- '.github/workflows/*'
|
||||
|
||||
jobs:
|
||||
update-nur:
|
||||
|
|
Loading…
Reference in a new issue