Makefile : Experimental extra steps for install, needs testing.
This commit is contained in:
parent
65569bd17a
commit
82407d5c30
2
Makefile
2
Makefile
|
@ -32,6 +32,8 @@ install:
|
|||
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
||||
nix-channel --update
|
||||
nix-shell '<home-manager>' -A install
|
||||
mkdir -p $$HOME/.config/nix
|
||||
printf "experimental-features = nix-command flakes" > $$HOME/.config/nix/nix.conf
|
||||
|
||||
.PHONY: home
|
||||
home:
|
||||
|
|
Loading…
Reference in a new issue