Try without experimental features flag
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Nicolas Jeannerod 2024-09-30 10:43:22 +02:00
parent 14219d1b65
commit 5d9c25e093
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -3,7 +3,10 @@ jobs:
test:
runs-on: native
steps:
- run: whoami
- run: echo $HOME
- uses: actions/checkout@v4
- run: |
nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.pixelfed-garage -L
nix build .#checks.x86_64-linux.pixelfed-garage -L