Add whib-frontend input

This commit is contained in:
Alexander Heldt
2025-10-26 15:23:47 +01:00
parent 8349132d66
commit 21adf4a3dc
2 changed files with 28 additions and 1 deletions

View File

@@ -52,6 +52,11 @@
url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib.git?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
whib-frontend = {
url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib-react.git?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =