Can remove the no write lock file

This commit is contained in:
Lillian Violet 2024-01-18 14:39:28 +01:00
parent 2143ac35be
commit 152e8d1681

View file

@ -11,7 +11,7 @@ writeShellApplication
runtimeInputs = [direnv];
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
'';
}