Skip to content

Commit

Permalink
πŸ’š non-interactive nix install
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Oct 13, 2024
1 parent 12569a2 commit 8180221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exec-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
run: curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
run: sh <(curl -L https://nixos.org/nix/install) --daemon --yes
- name: nix-buildcheck
run: nix build --extra-experimental-features 'nix-command flakes'

0 comments on commit 8180221

Please sign in to comment.