[Chore] Update flake
This commit is contained in:
parent
8331538bfe
commit
f57202a06d
2 changed files with 10 additions and 10 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -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": 1779051117,
|
"lastModified": 1779304128,
|
||||||
"narHash": "sha256-W3F7hvMHeVKKSYSj159Z7eTbqXeQiObnAjBA78b5t3k=",
|
"narHash": "sha256-C/z7JV4RxcuhdYE7vS+x4WJA1rXM/w03kjNfPPRi334=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "7829ee8b296b06731bba3d1749f56767d58cf153",
|
"rev": "3e3f939f64088cb01c13348b58c504593953ec0e",
|
||||||
"revCount": 121,
|
"revCount": 122,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.methanium.net/Tensamin/TTP.git"
|
"url": "https://git.methanium.net/tensamin/ttp.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.methanium.net/Tensamin/TTP.git"
|
"url": "https://git.methanium.net/tensamin/ttp.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
ttp = {
|
ttp = {
|
||||||
url = "git+https://git.methanium.net/Tensamin/TTP.git";
|
url = "git+https://git.methanium.net/tensamin/ttp.git";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue