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