summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/sops-inventory/default.nix5
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}