experimental
This commit is contained in:
parent
4406819455
commit
536cdc7cea
4
justfile
4
justfile
@ -26,6 +26,10 @@ setup-debian:
|
|||||||
NIX_PATH={{NIXPATH}} nix-channel --update
|
NIX_PATH={{NIXPATH}} nix-channel --update
|
||||||
NIX_PATH={{NIXPATH}} nix-shell '<home-manager>' -A install
|
NIX_PATH={{NIXPATH}} nix-shell '<home-manager>' -A install
|
||||||
|
|
||||||
|
experimental:
|
||||||
|
mkdir -p ~/.config/nix
|
||||||
|
echo "extra-experimental-features = flakes nix-command" ~/.config/nix/nix.conf
|
||||||
|
|
||||||
git-add:
|
git-add:
|
||||||
git add .
|
git add .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user