Compare commits

..

3 Commits

1 changed files with 3 additions and 1 deletions

View File

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