Skip to content

Commit

Permalink
Enable flake feature in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxc committed Apr 10, 2024
1 parent b0d9a35 commit aac220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amd64-linux-main-deploy-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@v4

- name: enter nix shell
run: nix --experimental-features develop
run: nix --experimental-features 'nix-command flakes' develop

- name: compile
run: make -j$JOBS -C src/ CI=1 default
Expand Down

0 comments on commit aac220a

Please sign in to comment.