diff options
Diffstat (limited to 'tools/sops-inventory/default.nix')
-rw-r--r-- | tools/sops-inventory/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/sops-inventory/default.nix b/tools/sops-inventory/default.nix index 32972ba9..d6a3d0c4 100644 --- a/tools/sops-inventory/default.nix +++ b/tools/sops-inventory/default.nix | |||
@@ -9,6 +9,10 @@ mkPoetryApplication { | |||
9 | 9 | ||
10 | nativeBuildInputs = with pkgs; [ makeWrapper ]; | 10 | nativeBuildInputs = with pkgs; [ makeWrapper ]; |
11 | 11 | ||
12 | overrides = overrides.withDefaults (self: super: { | ||
13 | pyyaml = super.pyyaml.override { preferWheel = true; }; | ||
14 | }); | ||
15 | |||
12 | postInstall = '' | 16 | postInstall = '' |
13 | wrapProgram $out/bin/sops-inventory \ | 17 | wrapProgram $out/bin/sops-inventory \ |
14 | --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [git])} | 18 | --prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [git])} |