Enable flakes by default
This commit is contained in:
parent
331e7c8279
commit
f6fd85590d
@ -26,3 +26,9 @@ EOF
|
||||
|
||||
# Remove the installer and signature
|
||||
rm -f ./install-nix
|
||||
|
||||
# Enable flakes and the nix command
|
||||
mkdir -p ~/.config/nix
|
||||
cat <<EOF > ~/.config/nix/nix.conf
|
||||
experimental-features = flakes nix-command
|
||||
EOF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user