chore(ci): flake update tree

This commit is contained in:
arcnmx 2025-08-15 23:24:43 -07:00
parent c39a4373ff
commit ad34007831
2 changed files with 16 additions and 12 deletions

25
flake.lock generated
View file

@ -175,11 +175,11 @@
}, },
"nix-std": { "nix-std": {
"locked": { "locked": {
"lastModified": 1701658249, "lastModified": 1710870712,
"narHash": "sha256-KIt1TUuBvldhaVRta010MI5FeQlB8WadjqljybjesN0=", "narHash": "sha256-e+7MJF2gsgTBuOWv4mCimSP0D9+naeFSw9a7N3yEmv4=",
"owner": "chessai", "owner": "chessai",
"repo": "nix-std", "repo": "nix-std",
"rev": "715db541ffff4194620e48d210b76f73a74b5b5d", "rev": "31bbc925750cc9d8f828fe55cee1a2bd985e0c00",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -285,11 +285,11 @@
"nix-std": "nix-std" "nix-std": "nix-std"
}, },
"locked": { "locked": {
"lastModified": 1706552916, "lastModified": 1755319302,
"narHash": "sha256-Dh7qUXNTjmvwMOikm8EAarcmxCCiLaXHAFEeWKsNsHk=", "narHash": "sha256-RlRbcRXRgvt/gCVb3FnhLzARRiFNNangaw2GMaXhKsQ=",
"owner": "flakelib", "owner": "flakelib",
"repo": "std", "repo": "std",
"rev": "c5cffcaff4b82b353462cf49c1ae950b7c87bf78", "rev": "53aa63f4aaac4a4939ae132ee17f42a10a02dad0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -339,20 +339,23 @@
}, },
"tree": { "tree": {
"inputs": { "inputs": {
"nix-std": [
"std-fl",
"nix-std"
],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"std": [ "std": [
"std-fl", "std-fl"
"nix-std"
] ]
}, },
"locked": { "locked": {
"lastModified": 1676505934, "lastModified": 1752413443,
"narHash": "sha256-jeqZtNLOKXRSDmD1v+b9+v+hwVyH6kcKzZ9f0gcJpdk=", "narHash": "sha256-DqXGAOKMTcfysOQHHMlSxdRZz0+lDpcmNYwZvh+itRg=",
"owner": "kittywitch", "owner": "kittywitch",
"repo": "tree", "repo": "tree",
"rev": "a831f6fd209e3d00c5026303994de28d0031ab3b", "rev": "f2da75f9635c48fd9997fd34c598ee8933c0f8af",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -29,7 +29,8 @@
}; };
tree = { tree = {
url = "github:kittywitch/tree"; url = "github:kittywitch/tree";
inputs.std.follows = "std-fl/nix-std"; inputs.std.follows = "std-fl";
inputs.nix-std.follows = "std-fl/nix-std";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
deploy-rs = { deploy-rs = {