Compare commits

..

3 Commits

1 changed files with 1 additions and 3 deletions

View File

@ -77,9 +77,7 @@ elif [ "$type" = "src" ]; then
direnv_integration "nix"
elif [ "$type" = "init" ]; then
touch .project
if [ ! -f shell.nix ]; then
copy_nix_files "nix"
fi
direnv_integration "nix"
elif [ "$type" = "nix-ld" ]; then
copy_nix_files "nix-ld"