Makefile : Add hm fixes for other users.
This commit is contained in:
parent
934c005c7d
commit
dd9756183e
4
Makefile
4
Makefile
|
@ -22,9 +22,11 @@ check:
|
||||||
nix flake check --show-trace
|
nix flake check --show-trace
|
||||||
|
|
||||||
# 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:
|
||||||
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; \
|
||||||
|
systemctl restart home-manager-voronind.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
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue