We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e47de commit 831d045Copy full SHA for 831d045
flake.nix
@@ -24,16 +24,7 @@
24
forAllSystems = nixpkgsLib.genAttrs supportedSystems;
25
26
# Nixpkgs instantiated for supported system types.
27
- nixpkgsFor = forAllSystems (system: import nixpkgs-repo {
28
- inherit system;
29
- config = {
30
- ## Prefer allowing specific packages when unfree over general permission.
31
- # allowUnfree = true;
32
- allowUnfreePredicate = pkg: builtins.elem (nixpkgsLib.getName pkg) [
33
- "terraform"
34
- ];
35
- };
36
- });
+ nixpkgsFor = forAllSystems (system: import nixpkgs-repo { inherit system; });
37
in {
38
packages = forAllSystems (system:
39
let
@@ -55,7 +46,7 @@
55
46
kapp
56
47
kubectl
57
48
kubernetes-helm
58
- terraform
49
+ opentofu
59
50
terragrunt
60
51
vendir
61
52
ytt
0 commit comments