move akkoma-static into differente repo

This commit is contained in:
Daniel Kauss Serna 2026-07-03 17:39:15 +02:00
parent 63444f2728
commit d3adacad2d
14 changed files with 62 additions and 109 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"akkoma-static": {
"flake": false,
"locked": {
"lastModified": 1783092892,
"narHash": "sha256-FNaVfpirQ0t4pJbXunWR0HGGNRzDUEmhz6xrl0sJuWE=",
"ref": "refs/heads/main",
"rev": "aa2c1dff2310880205121bc7500fd5b05c0835c7",
"revCount": 3,
"type": "git",
"url": "https://git.danielk.me/daniel_kauss/akkoma-static.git"
},
"original": {
"type": "git",
"url": "https://git.danielk.me/daniel_kauss/akkoma-static.git"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1778737229,
@ -18,6 +34,7 @@
},
"root": {
"inputs": {
"akkoma-static": "akkoma-static",
"nixpkgs": "nixpkgs"
}
}