nix/web: init

This commit is contained in:
jopejoe1 2024-07-05 13:55:44 +02:00
parent a35cc60f23
commit 6ffdf23797
2 changed files with 31 additions and 0 deletions

View file

@ -3,4 +3,5 @@
{
native = pkgs.callPackage ./native.nix {};
backend = pkgs.callPackage ./backend.nix {};
web = pkgs.callPackage ./web.nix {};
}