diff --git a/flake.nix b/flake.nix index 91ac9931ec517e468fe9df0eb78c6e8d0cfab18c..f587380bb7a756bcd78a46667016d3b815d4d323 100644 --- a/flake.nix +++ b/flake.nix @@ -40,11 +40,6 @@ ); subPackages = [ "cmd/spectre" ]; vendorHash = nixpkgs.lib.fileContents ./go.mod.sri; outputs = - description = "spectre"; - postInstall = '' - wrapProgram $out/bin/spectre --prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.xclip ]} - ''; - outputs = let description = "Spectre CLI"; homepage = "https://git.jolheiser.com/go-spectre";