Skip to content

Commit

Permalink
enable nix experimental features for direnv install
Browse files Browse the repository at this point in the history
  • Loading branch information
rvarun11 committed Jan 4, 2024
1 parent 8560433 commit 16e8a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectGenerator/bin/ihp-new
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if ! [ -x "$(command -v direnv)" ]; then
echo ""
case "$choice" in
y | Y)
nix profile install nixpkgs#nix-direnv
nix --extra-experimental-features "nix-command flakes" profile install nixpkgs#nix-direnv
;;
*)
echo -e "\e[31mPlease install direnv manually and then re-run this program.\e[0m"
Expand Down

0 comments on commit 16e8a3f

Please sign in to comment.