remove superfluous callPackage invocations

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-11-14 12:44:10 +01:00
parent ddbd7abbb2
commit 8a74340be0
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 6 additions and 6 deletions

View file

@ -122,8 +122,8 @@ in
pkgs.pve-manager pkgs.pve-manager
pkgs.openssl pkgs.openssl
pkgs.jq pkgs.jq
(pkgs.callPackage ../../run/tf-proxmox-template/tf.nix { }) ../../run/tf-proxmox-template/tf.nix
(pkgs.callPackage ../../run/tf-proxmox-vm/tf.nix { }) ../../run/tf-proxmox-vm/tf.nix
]; ];
# needed only when building from deployer # needed only when building from deployer

View file

@ -61,10 +61,10 @@ in
environment.systemPackages = [ environment.systemPackages = [
pkgs.jq pkgs.jq
(pkgs.callPackage ../../run/tf-netbox-cluster-type/tf.nix { }) ../../run/tf-netbox-cluster-type/tf.nix
(pkgs.callPackage ../../run/tf-netbox-cluster/tf.nix { }) ../../run/tf-netbox-cluster/tf.nix
(pkgs.callPackage ../../run/tf-netbox-store-ips/tf.nix { }) ../../run/tf-netbox-store-ips/tf.nix
(pkgs.callPackage ../../run/tf-netbox-get-ip/tf.nix { }) ../../run/tf-netbox-get-ip/tf.nix
]; ];
services.terraform-backend = { services.terraform-backend = {