-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
carburetor: init at 5.0.0 #309642
carburetor: init at 5.0.0 #309642
Conversation
Try adding these:
|
Thanks for reviewing this.
running carburetor I get this:
|
It already tells you what should be done |
pyproject = true; | ||
|
||
src = fetchzip { | ||
url = "https://framagit.org/tractor/carburetor/-/archive/${version}/carburetor-${version}.zip"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This instance looks like gitlab. Try fetchFromGitLab
,
I've got this working! https://gist.github.com/PerchunPak/ffc206405e219209f1cddde26373de09 Though firefox and chrome don't detect system proxy, but I can reach it with ~ ❯ curl -x "http://localhost:9080" example.com
<html>
<head>
<title>This is an HTTP CONNECT tunnel, not a full HTTP Proxy</title>
</head>
<body>
<h1>This is an HTTP CONNECT tunnel, not an HTTP proxy.</h1>
<p>
It appears you have configured your web browser to use this Tor port as
an HTTP proxy.
</p><p>
This is not correct: This port is configured as a CONNECT tunnel, not
an HTTP proxy. Please configure your client accordingly. You can also
use HTTPS; then the client should automatically use HTTP CONNECT.</p>
<p>
See <a href="https://www.torproject.org/documentation.html">https://www.torproject.org/documentation.html</a> for more information.
</p>
</body>
</html> |
342da2c
to
6a8d8b0
Compare
Thanks for getting it running 👍 |
6a8d8b0
to
945c4db
Compare
945c4db
to
9a96ceb
Compare
9a96ceb
to
b7d18fc
Compare
Don't know what changed, but onion links started working in firefox |
If you're talking about the latest push, I added the missing tractor patch. The default bridges couldn't connect on my network. It works on obs4. |
We should avoid patching as much as possible, much better would be {
lib,
...,
withObfuscated ? true,
withSnowflake ? true,
}:
{
...
propagatedBuildInputs =
[ ]
++ lib.optional withObfuscated obfuscated
++ lib.optional withSnowflake snowflake;
...
} Oh, this doesn't work, never mind |
I tried adding the packages. but it didn't work.
|
Which option is it? Perhaps, we should create a home-manager module for this. |
It's in |
777dafb
to
f881e46
Compare
Why did you remove |
Hi. |
Just ask postInstall = ''
echo 123
''
++ lib.optionalString withSomething ''
echo I exist only when "something" is enabled!
''; |
f881e46
to
0043d79
Compare
👍 |
|
0043d79
to
d5af8a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested both packages on x86_64-linux
.
@wegank please stop removing approve labels here, they are real |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2228 |
The bot invalidates previous approvals after each push (which is what is happening here), unless the new changes are re-approved by at least one reviewer. |
Could it be backported to 24.11? |
Successfully created backport PR for |
Description of changes
This PR adds carburetor and it's dependency tractor
Closes #308739
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.