-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
dogedns: init at 0.2.6 #305139
dogedns: init at 0.2.6 #305139
Conversation
02fdbbf
to
5107bd3
Compare
pkgs/top-level/all-packages.nix
Outdated
@@ -7495,6 +7495,10 @@ with pkgs; | |||
inherit (darwin.apple_sdk.frameworks) Security; | |||
}; | |||
|
|||
dogedns = callPackage ../by-name/do/dogedns/package.nix { | |||
inherit (darwin.apple_sdk.frameworks) Security; |
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.
Maybe just add darwin
to package input?
Yes but not suitable for using alias, because this project only gets 18 stars and dogdns gets 5.8k. We can add something like
|
ee1fa66
to
16c613b
Compare
thanks for the review @Aleksanaa, appreciate it :) |
pkgs/by-name/do/dogedns/Cargo.lock
Outdated
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 is not needed anymore?
pkgs/by-name/do/dogedns/package.nix
Outdated
./remove-date-info.patch | ||
]; | ||
|
||
postInstall = '' |
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.
Would be better to put this after buildInputs
Description of changes
Adds doge, a cli DNS client forked from dog which is no longer maintained!
@figsoda should dogdns be dropped in favor of this ? #141368
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.