nix/backend: init

This commit is contained in:
jopejoe1 2024-07-05 13:45:42 +02:00
parent e877b94653
commit a35cc60f23
2 changed files with 20 additions and 0 deletions

View file

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