Skip to content

Commit

Permalink
fix: use sudo tee to append nix config (ublue-os#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Mar 23, 2023
1 parent 39f0289 commit 53c831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/ublue-nix-install
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ echo "Setting SELinux back to Enforcing"
sudo setenforce Enforcing

echo "Modifying /etc/nix/nix.conf"
sudo echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
echo "experimental-features = nix-command flakes" | sudo tee -a /etc/nix/nix.conf

sleep 1

Expand Down

0 comments on commit 53c831e

Please sign in to comment.