Skip to content

Commit

Permalink
feature: install nix in determinate mode (#314)
Browse files Browse the repository at this point in the history
* feature: install nix in determinate mode

* chore: install in ostree mode
  • Loading branch information
p5 authored Oct 31, 2024
1 parent 1018385 commit 4e9d1f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install ostree --no-confirm --determinate

tee /etc/sudoers.d/nix-sudo-env <<EOF
Defaults secure_path = /nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:$(printenv PATH)
Expand Down

0 comments on commit 4e9d1f6

Please sign in to comment.