Skip to content

Commit

Permalink
Simplify ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Jan 17, 2024
1 parent 47f949c commit 26eca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- name: Building package
run: nix build .#defaultPackage.x86_64-linux --extra-experimental-features 'nix-command flakes'
run: nix build . --extra-experimental-features 'nix-command flakes'

0 comments on commit 26eca2c

Please sign in to comment.