Loading pkgs/by-name/ke/keepassxc-go/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ buildGoModule rec { vendorHash = "sha256-jscyNyVr+RDN1EaxIOc3aYCAVT+1eO/c+dxEsIorDIs="; checkFlags = [ # Test tries to monkey-patch the stdlib, fails with permission denied error. "-skip=TestKeystore" ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' local INSTALL="$out/bin/keepassxc-go" installShellCompletion --cmd keepassxc-go \ Loading Loading
pkgs/by-name/ke/keepassxc-go/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ buildGoModule rec { vendorHash = "sha256-jscyNyVr+RDN1EaxIOc3aYCAVT+1eO/c+dxEsIorDIs="; checkFlags = [ # Test tries to monkey-patch the stdlib, fails with permission denied error. "-skip=TestKeystore" ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' local INSTALL="$out/bin/keepassxc-go" installShellCompletion --cmd keepassxc-go \ Loading