pinwheel: Simplify whib development

This commit is contained in:
Alexander Heldt
2026-02-14 10:07:08 +01:00
parent f8c060a0cc
commit 2537692f24
2 changed files with 4 additions and 1 deletions

View File

@@ -60,11 +60,13 @@
whib-backend = {
url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib.git?ref=master";
# url = "path:/home/alex/code/own/whib";
inputs.nixpkgs.follows = "nixpkgs";
};
whib-frontend = {
url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib-react.git?ref=master";
# url = "path:/home/alex/code/own/whib-react";
inputs.nixpkgs.follows = "nixpkgs";
};
};