forked from lix-project/nix-eval-jobs
ci: drop hard-coded flake installer
This commit is contained in:
parent
49120eef7c
commit
b7230f5e4b
5
.github/workflows/test-flakes.yml
vendored
5
.github/workflows/test-flakes.yml
vendored
|
@ -18,11 +18,6 @@ jobs:
|
||||||
# Nix Flakes doesn't work on shallow clones
|
# Nix Flakes doesn't work on shallow clones
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: cachix/install-nix-action@v15
|
- uses: cachix/install-nix-action@v15
|
||||||
with:
|
|
||||||
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.4pre20210823_af94b54/install
|
|
||||||
extra_nix_config: |
|
|
||||||
experimental-features = nix-command flakes
|
|
||||||
system-features = nixos-test benchmark big-parallel kvm
|
|
||||||
- name: List flake structure
|
- name: List flake structure
|
||||||
run: nix flake show
|
run: nix flake show
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue