flake: Flip todo input to git.ppp.pm gitea host
This commit is contained in:
Generated
+6
-6
@@ -1050,18 +1050,18 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1786622639,
|
"lastModified": 1786867690,
|
||||||
"narHash": "sha256-q28DCpRkhuFcysdWNio4mIsR5VlonXbM8G+DyxitRPo=",
|
"narHash": "sha256-MLNw1prKR4Wb3n3MyyypHvtuCJNlI2HPyYvqWAAONqI=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "a43e443720c3cc3fc38e9367bdac32e6f046c238",
|
"rev": "4a20b96f654ae34159d6f1e8bfba8efc1ee206e8",
|
||||||
"revCount": 17,
|
"revCount": 27,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/alex/code/todo"
|
"url": "ssh://gitea@git.ppp.pm:1122/alex/todo.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/alex/code/todo"
|
"url": "ssh://gitea@git.ppp.pm:1122/alex/todo.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"whib-backend": {
|
"whib-backend": {
|
||||||
|
|||||||
@@ -100,11 +100,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
todo = {
|
todo = {
|
||||||
# Not yet pushed to gitea; using the local git checkout for now (git+file
|
url = "git+ssh://gitea@git.ppp.pm:1122/alex/todo.git?ref=main";
|
||||||
# respects .gitignore, so web/node_modules isn't copied into the store).
|
# url = "git+file:///home/alex/code/todo?ref=main";
|
||||||
# Flip these once the repo is published, matching the other apps above.
|
|
||||||
# url = "git+ssh://gitea@git.ppp.pm:1122/alex/todo.git?ref=main";
|
|
||||||
url = "git+file:///home/alex/code/todo?ref=main";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user