Skip to content

Commit

Permalink
Install Nix in single user mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Oct 19, 2023
1 parent 2e6d7da commit 2c09d7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/rules_nixpkgs_core/0.10.0/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bcr_test_module:
name: "Run test module"
platform: ${{ platform }}
shell_commands:
- curl -L https://nixos.org/nix/install -o /tmp/install-nix
- yes | sh /tmp/install-nix --daemon
- curl -L https://nixos.org/nix/install | sh -s -- --no-daemon
test_targets:
- "//..."

0 comments on commit 2c09d7e

Please sign in to comment.