feat: keep pi and nix features current

This commit is contained in:
OpenAI Coding Assistant
2026-09-05 22:18:49 -05:00
parent ad39155705
commit 35ac95651d
7 changed files with 47 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ with open(os.environ["CALLS"], "a") as f:
f.write(json.dumps([name, *args]) + "\n")
if name == "nix":
if args[:2] == ["flake", "update"]:
assert args[2:] == ["nixpkgs", "home-manager"]
assert args[2:] == ["nixpkgs", "home-manager", "nixpkgs-latest"]
if scenario != "unchanged":
pathlib.Path("flake.lock").write_text('{"revision":2}\n')
elif args[:2] == ["flake", "check"]: