diff --git a/provisioners/install-nix.sh b/provisioners/install-nix.sh index 6fd1fd0..dfe093f 100755 --- a/provisioners/install-nix.sh +++ b/provisioners/install-nix.sh @@ -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 < ~/.config/nix/nix.conf +experimental-features = flakes nix-command +EOF