enable experimental
This commit is contained in:
parent
8ff0f13109
commit
f9eae6ede9
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -47,10 +47,11 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
# TODO: is 2.6 new enough?
|
||||||
run: sudo apt update && sudo apt -y install nix
|
run: sudo apt update && sudo apt -y install nix
|
||||||
|
|
||||||
- name: Nix build
|
- name: Nix build
|
||||||
run: nix build '.#static'
|
run: nix --extra-experimental-features nix-command build '.#static'
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user