Makefile : Do not fail in fix-hm-root.
This commit is contained in:
parent
369e015023
commit
6413202319
4
Makefile
4
Makefile
|
@ -20,8 +20,8 @@ check:
|
||||||
|
|
||||||
# HACK: https://github.com/nix-community/home-manager/issues/5589
|
# HACK: https://github.com/nix-community/home-manager/issues/5589
|
||||||
fix-hm-root:
|
fix-hm-root:
|
||||||
mv /etc/nix/nix.conf /etc/nix/nix.conf_
|
mv /etc/nix/nix.conf /etc/nix/nix.conf_; \
|
||||||
systemctl restart home-manager-root.service
|
systemctl restart home-manager-root.service; \
|
||||||
mv /etc/nix/nix.conf_ /etc/nix/nix.conf
|
mv /etc/nix/nix.conf_ /etc/nix/nix.conf
|
||||||
|
|
||||||
install-nix:
|
install-nix:
|
||||||
|
|
Loading…
Reference in a new issue