Can remove the no write lock file
This commit is contained in:
parent
472667c531
commit
26ff1d7d7b
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue