wip: firezone

This commit is contained in:
oddlama 2025-01-22 17:25:16 +01:00
parent ec502b4193
commit 5954cc30fc
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
11 changed files with 2408 additions and 0 deletions

View file

@ -19,6 +19,9 @@ _inputs: [
# (_pythonFinal: pythonPrev: {
# })
# ];
firezone-server-domain = prev.callPackage ./firezone-server-domain/package.nix { };
firezone-server-web = prev.callPackage ./firezone-server-web/package.nix { };
firezone-server-api = prev.callPackage ./firezone-server-api/package.nix { };
formats = prev.formats // {
ron = import ./ron.nix { inherit (prev) lib pkgs; };