diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-09T02·54+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-09T02·55+0000 |
commit | 46e5a23937c68d89d1d080ad6feef7587bcdbdc8 (patch) | |
tree | 03352d657ebf25fac56e1b3320a81e82a0de08ed /tools/kms_pass.nix | |
parent | 39ba7616634522a0495f42034240ff9d114b45a0 (diff) |
fix: Amend import paths to use whitelisted nixpkgs r/103
Diffstat (limited to 'tools/kms_pass.nix')
-rw-r--r-- | tools/kms_pass.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kms_pass.nix b/tools/kms_pass.nix index 82a6a9f1f12e..14989b392dd1 100644 --- a/tools/kms_pass.nix +++ b/tools/kms_pass.nix @@ -8,7 +8,7 @@ { pkgs, kms, ... }: -let inherit (pkgs.third_party.nixpkgs) google-cloud-sdk tree writeShellScriptBin; +let inherit (pkgs.third_party) google-cloud-sdk tree writeShellScriptBin; in (writeShellScriptBin "pass" '' set -eo pipefail |