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 = { whib-backend = {
url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib.git?ref=master"; url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib.git?ref=master";
# url = "path:/home/alex/code/own/whib";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
whib-frontend = { whib-frontend = {
url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib-react.git?ref=master"; 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View File

@@ -15,7 +15,8 @@ in
domain = "whib-frontend.local"; domain = "whib-frontend.local";
port = "8081"; port = "8081";
backendHost = "https://api.whib.ppp.pm/"; # "whib-backend.local"; # backendHost = "https://api.whib.ppp.pm/";
backendHost = "http://localhost:8080";
}; };
virtualisation.vmVariant = { virtualisation.vmVariant = {