netbox: unpass system (#575)

Reviewed-on: fediversity/fediversity#575
This commit is contained in:
Kiara Grouwstra 2025-11-06 19:04:36 +01:00
parent 9e02939e5b
commit eac6e2ddd9

View file

@ -5,7 +5,6 @@
... ...
}: }:
let let
inherit (pkgs) system;
inherit (pkgs.callPackage ../../utils.nix { }) evalOption; inherit (pkgs.callPackage ../../utils.nix { }) evalOption;
backendPort = builtins.toString 8080; backendPort = builtins.toString 8080;
tfBackend = fragment: { tfBackend = fragment: {
@ -13,7 +12,7 @@ let
}; };
inherit inherit
(pkgs.callPackage ../../run { (pkgs.callPackage ../../run {
inherit sources system; inherit sources;
}) })
tf-netbox-store-ips tf-netbox-store-ips
tf-netbox-get-ip tf-netbox-get-ip