Makefile : Use detsys installer for system install.
This commit is contained in:
parent
2dba34da9a
commit
9869cc91a0
4
Makefile
4
Makefile
|
@ -29,9 +29,9 @@ fix-hm:
|
||||||
systemctl restart home-manager-dasha.service; \
|
systemctl restart home-manager-dasha.service; \
|
||||||
mv /etc/nix/nix.conf_ /etc/nix/nix.conf
|
mv /etc/nix/nix.conf_ /etc/nix/nix.conf
|
||||||
|
|
||||||
|
# SOURCE: https://github.com/DeterminateSystems/nix-installer
|
||||||
install-system:
|
install-system:
|
||||||
curl -L https://nixos.org/nix/install | sh /dev/stdin --daemon
|
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||||
printf "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
|
||||||
|
|
||||||
install-user:
|
install-user:
|
||||||
curl -L https://nixos.org/nix/install | sh /dev/stdin --no-daemon
|
curl -L https://nixos.org/nix/install | sh /dev/stdin --no-daemon
|
||||||
|
|
Loading…
Reference in a new issue