diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-30 14:24:13 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-30 14:24:13 +0100 |
commit | ce00897302018b614f22344822cea36bc36ff06f (patch) | |
tree | 9368ef53af50d3205000ef61e673ea87c9387a48 | |
parent | e85050e796fe625a97a701ca4fc280a2d190be76 (diff) | |
download | nixos-ce00897302018b614f22344822cea36bc36ff06f.tar nixos-ce00897302018b614f22344822cea36bc36ff06f.tar.gz nixos-ce00897302018b614f22344822cea36bc36ff06f.tar.bz2 nixos-ce00897302018b614f22344822cea36bc36ff06f.tar.xz nixos-ce00897302018b614f22344822cea36bc36ff06f.zip |
...
-rw-r--r-- | tools/sops-inventory/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/sops-inventory/default.nix b/tools/sops-inventory/default.nix index 2fc485a7..938d99ce 100644 --- a/tools/sops-inventory/default.nix +++ b/tools/sops-inventory/default.nix | |||
@@ -11,4 +11,9 @@ 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 | --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [git])} | ||
18 | ''; | ||
14 | } | 19 | } |