Compare commits
3 Commits
ff7f782dbb
...
3a16db8de9
| Author | SHA1 | Date | |
|---|---|---|---|
|
3a16db8de9
|
|||
|
c6c73741f2
|
|||
|
7669aabdeb
|
@@ -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
|
||||||
copy_nix_files "nix"
|
if [ ! -f shell.nix ]; then
|
||||||
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user