clan-cli: remove --no-write-lock-file from nix invocations

This commit is contained in:
DavHau
2024-11-14 14:11:06 +07:00
parent c0bd20414e
commit a5ec3c45d5
2 changed files with 0 additions and 5 deletions

View File

@@ -39,7 +39,6 @@ def list_devshells() -> list[str]:
"nix",
"eval",
"--json",
"--no-write-lock-file",
"--apply",
"shells: builtins.mapAttrs (name: _shell: name) shells",
f"{project_root}#devShells.x86_64-linux",