Can remove the no write lock file

This commit is contained in:
Lillian Violet 2024-01-18 14:39:28 +01:00
parent 472667c531
commit 26ff1d7d7b

View file

@ -11,7 +11,7 @@ writeShellApplication
runtimeInputs = [direnv]; runtimeInputs = [direnv];
text = '' text = ''
echo "use flake \"git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates.git?dir=$1\" --no-write-lock-file" >> .envrc echo "use flake \"git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates.git?dir=$1\"" >> .envrc
direnv allow direnv allow
''; '';
} }