terraform-nixos #1

Closed
kiara wants to merge 57 commits from terraform-nixos into tf
Showing only changes of commit be03794f5f - Show all commits

View file

@ -4,7 +4,7 @@
pkgs ? import sources.nixpkgs {
inherit system;
},
}@args:
}:
let
inherit (pkgs) lib;
in
@ -16,7 +16,12 @@ in
(import ./tf.nix { inherit lib pkgs; })
];
};
# re-export inputs so they can be overridden granularly
# (they can't be accessed from the outside any other way)
inherit
sources
system
pkgs
;
}
# re-export inputs so they can be overridden granularly
# (they can't be accessed from the outside any other way)
// args