Fixed installing nix
This commit is contained in:
parent
d8e9bc7d8b
commit
47117059e1
@ -100,7 +100,7 @@ EOF
|
|||||||
sudo systemctl enable --now ensure-symlinked-units-resolve.service
|
sudo systemctl enable --now ensure-symlinked-units-resolve.service
|
||||||
|
|
||||||
sh <(curl -L https://nixos.org/nix/install) --daemon
|
sh <(curl -L https://nixos.org/nix/install) --daemon
|
||||||
sudo echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
sudo su -c "echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ''
|
echo ''
|
||||||
|
Loading…
Reference in New Issue
Block a user