Skip to content

Commit

Permalink
nix-installer wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Sep 12, 2024
1 parent 9ed6868 commit d3b22af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/nix-installer
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

# Disable diagnostic reporting, i.e. telemetry
export NIX_INSTALLER_DIAGNOSTIC_ENDPOINT=""

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | exec sh -s -- "$@"

0 comments on commit d3b22af

Please sign in to comment.