[Chore] Update flake

This commit is contained in:
Alois 2026-05-20 21:10:59 +02:00
commit 7bcfb090f8
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View file

@ -64,11 +64,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779074409, "lastModified": 1779247103,
"narHash": "sha256-6aXy8Ga41iLVM8ibddFU1O5+wYWcBGNEfZzZuL91eIc=", "narHash": "sha256-DwltBoBl9a7fCzlKi3xnNha1NHbfvawwkNdnTXEyfFQ=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "2a77b5b1dc952f214e8102acdef1622b68515560", "rev": "86dbfb70dc1c2967245d87ed6d07d2c8bda305e3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -80,17 +80,17 @@
"ttp": { "ttp": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1778948017, "lastModified": 1779304128,
"narHash": "sha256-hqBYSZnPq7f/F2Z6nJK+6a8ITk6WRCcVBcNT0CR6SnM=", "narHash": "sha256-C/z7JV4RxcuhdYE7vS+x4WJA1rXM/w03kjNfPPRi334=",
"rev": "7e5d1953df8592a1feba0f390d205d0ef61a3119", "ref": "refs/heads/main",
"revCount": 117, "rev": "3e3f939f64088cb01c13348b58c504593953ec0e",
"revCount": 122,
"type": "git", "type": "git",
"url": "https://git.methanium.net/Tensamin/TTP.git" "url": "https://git.methanium.net/tensamin/ttp.git"
}, },
"original": { "original": {
"rev": "7e5d1953df8592a1feba0f390d205d0ef61a3119",
"type": "git", "type": "git",
"url": "https://git.methanium.net/Tensamin/TTP.git" "url": "https://git.methanium.net/tensamin/ttp.git"
} }
} }
}, },

View file

@ -9,7 +9,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ttp = { ttp = {
url = "git+https://git.methanium.net/Tensamin/TTP.git?rev=7e5d1953df8592a1feba0f390d205d0ef61a3119"; url = "git+https://git.methanium.net/tensamin/ttp.git";
flake = false; flake = false;
}; };
}; };