enable experimental

This commit is contained in:
Green Sky 2023-12-03 17:41:19 +01:00
parent 8ff0f13109
commit f9eae6ede9
No known key found for this signature in database

View File

@ -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: