[Chore] Update flake

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

18
flake.lock generated
View file

@ -64,11 +64,11 @@
]
},
"locked": {
"lastModified": 1779074409,
"narHash": "sha256-6aXy8Ga41iLVM8ibddFU1O5+wYWcBGNEfZzZuL91eIc=",
"lastModified": 1779247103,
"narHash": "sha256-DwltBoBl9a7fCzlKi3xnNha1NHbfvawwkNdnTXEyfFQ=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "2a77b5b1dc952f214e8102acdef1622b68515560",
"rev": "86dbfb70dc1c2967245d87ed6d07d2c8bda305e3",
"type": "github"
},
"original": {
@ -80,17 +80,17 @@
"ttp": {
"flake": false,
"locked": {
"lastModified": 1779051117,
"narHash": "sha256-W3F7hvMHeVKKSYSj159Z7eTbqXeQiObnAjBA78b5t3k=",
"lastModified": 1779304128,
"narHash": "sha256-C/z7JV4RxcuhdYE7vS+x4WJA1rXM/w03kjNfPPRi334=",
"ref": "refs/heads/main",
"rev": "7829ee8b296b06731bba3d1749f56767d58cf153",
"revCount": 121,
"rev": "3e3f939f64088cb01c13348b58c504593953ec0e",
"revCount": 122,
"type": "git",
"url": "https://git.methanium.net/Tensamin/TTP.git"
"url": "https://git.methanium.net/tensamin/ttp.git"
},
"original": {
"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";
};
ttp = {
url = "git+https://git.methanium.net/Tensamin/TTP.git";
url = "git+https://git.methanium.net/tensamin/ttp.git";
flake = false;
};
};