Skip to content

Commit a456031

Browse files
committed
fix
1 parent d6a21e3 commit a456031

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/update_quickshell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def main() -> None:
2424
)
2525
metadata = json.loads(result.stdout)
2626
locked = metadata["locked"]
27+
locked.pop("__final", None) # nix internal field, breaks flake.lock
2728

2829
print(f" rev: {locked['rev']}")
2930
print(f" narHash: {locked['narHash']}")

wooper_dev/quickshell.lock.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"__final": true,
32
"lastModified": 1766695700,
43
"narHash": "sha256-jPtZWa1d9yL1q7quV9AykDgnJ2eyoFkLzqktWwz8ghY=",
54
"owner": "buurro",

0 commit comments

Comments
 (0)