Loading pkgs/by-name/op/optinix/package.nix +0 −5 Original line number Diff line number Diff line Loading @@ -20,11 +20,6 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; preBuild = '' substituteInPlace vendor/modernc.org/libc/honnef.co/go/netdb/netdb.go \ --replace-fail '!os.IsNotExist(err)' '!os.IsNotExist(err) && !os.IsPermission(err)' ''; postInstall = '' installShellCompletion --cmd optinix \ --bash <($out/bin/optinix completion bash) \ Loading Loading
pkgs/by-name/op/optinix/package.nix +0 −5 Original line number Diff line number Diff line Loading @@ -20,11 +20,6 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; preBuild = '' substituteInPlace vendor/modernc.org/libc/honnef.co/go/netdb/netdb.go \ --replace-fail '!os.IsNotExist(err)' '!os.IsNotExist(err) && !os.IsPermission(err)' ''; postInstall = '' installShellCompletion --cmd optinix \ --bash <($out/bin/optinix completion bash) \ Loading