Compare commits
3 Commits
3a16db8de9
...
ff7f782dbb
Author | SHA1 | Date |
---|---|---|
coolneng | ff7f782dbb | |
coolneng | fdd7290b8d | |
coolneng | 17465544df |
|
@ -77,9 +77,7 @@ 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"
|
||||||
|
|
Loading…
Reference in New Issue