Compare commits

..

1 Commits

Author SHA1 Message Date
coolneng 05600113b3
Create .project file in project-init 2021-10-06 14:44:46 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ elif [ "$type" = "doc" ]; then
elif [ "$type" = "src" ]; then
cp ~/Documents/IT/shell.nix .
mkdir src data
touch .project
echo "use nix" >.envrc
touch .project
direnv allow
else
usage