nix: add tui lockfile update script

This commit is contained in:
Ari Lotter
2026-04-10 00:46:37 -04:00
parent 8c1ba639c6
commit 658cd2dd4c
6 changed files with 818 additions and 27 deletions

21
flake.lock generated
View File

@ -36,6 +36,26 @@
"type": "github"
}
},
"npm-lockfile-fix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1734767823,
"narHash": "sha256-UHVfdyuOdGEDRPkoSJRsX7HhN8oL/g903QUlzhBTadI=",
"owner": "jeslie0",
"repo": "npm-lockfile-fix",
"rev": "193e463bf27a36f85775eddde7189f93a493d2b3",
"type": "github"
},
"original": {
"owner": "jeslie0",
"repo": "npm-lockfile-fix",
"type": "github"
}
},
"pyproject-build-systems": {
"inputs": {
"nixpkgs": [
@ -124,6 +144,7 @@
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs",
"npm-lockfile-fix": "npm-lockfile-fix",
"pyproject-build-systems": "pyproject-build-systems",
"pyproject-nix": "pyproject-nix_2",
"uv2nix": "uv2nix_2"