flake: Flip todo input to git.ppp.pm gitea host
This commit is contained in:
@@ -100,11 +100,8 @@
|
||||
};
|
||||
|
||||
todo = {
|
||||
# Not yet pushed to gitea; using the local git checkout for now (git+file
|
||||
# respects .gitignore, so web/node_modules isn't copied into the store).
|
||||
# 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";
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user