forked from fediversity/fediversity
remove superfluous callPackage invocations
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
ddbd7abbb2
commit
8a74340be0
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue