Skip to content

Commit

Permalink
Merge pull request #1887 from digitallyinduced/update-ihp-new
Browse files Browse the repository at this point in the history
Add experimental features to direnv install
  • Loading branch information
mpscholten authored Jan 4, 2024
2 parents 4e7ec0e + 16e8a3f commit fd958c3
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 fd958c3

Please sign in to comment.