[Chore] Update flake

This commit is contained in:
Alois 2026-05-17 22:37:10 +02:00
commit 8df919c9d8
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -82,13 +82,13 @@
"locked": { "locked": {
"lastModified": 1778948017, "lastModified": 1778948017,
"narHash": "sha256-hqBYSZnPq7f/F2Z6nJK+6a8ITk6WRCcVBcNT0CR6SnM=", "narHash": "sha256-hqBYSZnPq7f/F2Z6nJK+6a8ITk6WRCcVBcNT0CR6SnM=",
"ref": "refs/heads/main",
"rev": "7e5d1953df8592a1feba0f390d205d0ef61a3119", "rev": "7e5d1953df8592a1feba0f390d205d0ef61a3119",
"revCount": 117, "revCount": 117,
"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;
}; };
}; };