diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-30 13:59:18 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-30 13:59:18 +0100 |
| commit | 02cca501daa04fc1d5434acc33b3464e8b209003 (patch) | |
| tree | 3b97fd5fcbb027dcce278cf7406d4af0667cc031 /tools/sops-inventory/default.nix | |
| parent | 82858a3df5781bcca32035d44583901a36182462 (diff) | |
| download | nixos-02cca501daa04fc1d5434acc33b3464e8b209003.tar nixos-02cca501daa04fc1d5434acc33b3464e8b209003.tar.gz nixos-02cca501daa04fc1d5434acc33b3464e8b209003.tar.bz2 nixos-02cca501daa04fc1d5434acc33b3464e8b209003.tar.xz nixos-02cca501daa04fc1d5434acc33b3464e8b209003.zip | |
...
Diffstat (limited to 'tools/sops-inventory/default.nix')
| -rw-r--r-- | tools/sops-inventory/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/sops-inventory/default.nix b/tools/sops-inventory/default.nix index 94c455e5..2fc485a7 100644 --- a/tools/sops-inventory/default.nix +++ b/tools/sops-inventory/default.nix | |||
| @@ -11,9 +11,4 @@ in mach-nix.lib.${system}.buildPythonPackage { | |||
| 11 | requirements = '' | 11 | requirements = '' |
| 12 | pyyaml | 12 | pyyaml |
| 13 | ''; | 13 | ''; |
| 14 | |||
| 15 | postInstall = '' | ||
| 16 | wrapProgram $out/bin/sops-inventory \ | ||
| 17 | --set-default SOPS_INVENTORY_BASE ${self} | ||
| 18 | ''; | ||
| 19 | } | 14 | } |
