forked from mirrors_public/oddlama_nix-config
wip: firezone
This commit is contained in:
parent
ec502b4193
commit
5954cc30fc
11 changed files with 2408 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue