diff options
| author | Joris Guyonvarch | 2025-12-26 18:41:26 +0100 |
|---|---|---|
| committer | Joris Guyonvarch | 2025-12-27 20:41:44 +0100 |
| commit | a110c200e86d2325af07167531fac0f61d9681a0 (patch) | |
| tree | 90e843f915a2e153ba735849afd83710d90560bf /flake.lock | |
| parent | a26d92ad5055fa057647158eb79511e7b1841162 (diff) | |
Switch to GUI to manage the library
Allow to regroup the CLI and the view into one unique tool.
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 22 |
1 files changed, 3 insertions, 19 deletions
@@ -1,27 +1,12 @@ { "nodes": { - "flake-utils": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "nixpkgs": { "locked": { - "lastModified": 1674290375, - "narHash": "sha256-yRD5bQWzu6UpDC6cybXwFizWHJCHcJTw35Ms7Q/nzU4=", + "lastModified": 1766769513, + "narHash": "sha256-Cp/cu3mBzrkZqAZ9SjezaSFo9YkUB0YAp/PttWo7MZE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "68403fe04f6c85853ddd389c9e58dd9b9c8b0a36", + "rev": "2d0f3cecb3a2e77f5604e82fd43c030796095ca3", "type": "github" }, "original": { @@ -32,7 +17,6 @@ }, "root": { "inputs": { - "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" } } |
