Enable flakes by default
This commit is contained in:
@@ -26,3 +26,9 @@ EOF
|
|||||||
|
|
||||||
# Remove the installer and signature
|
# Remove the installer and signature
|
||||||
rm -f ./install-nix
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user