Enable flakes by default

This commit is contained in:
Andrew R. M 2023-11-10 21:22:03 +00:00
parent 331e7c8279
commit f6fd85590d

View File

@ -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