-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
add new tool find_dc to nixpkgs #384374
base: master
Are you sure you want to change the base?
add new tool find_dc to nixpkgs #384374
Conversation
adding find_dc tool build using go to help pentesters find dc in pentest
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.
Hello,
Thanks for your PR. I set it to draft until all the issues are fixed, this will help also other maintainers.
On top of the things I commented in the file, the commit log message needs to be correctly formatted (hint: look at how other commits).
The PR title needs to be adjusted too (hint: look at other PRs)
Let me know if you need some assistance.
src = pkgs.fetchFromGitHub { | ||
owner = "0xthefr34k"; | ||
repo = "find_dc"; | ||
rev = "v${version}"; |
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.
rev = "v${version}"; | |
tag = "v${version}"; |
hash = "sha256-rPw0H2jlCyeAKGLCR1Gvisv+hHCCmyRWi1k+i5zzxTg="; | ||
}; | ||
|
||
vendorHash = null; |
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.
Is it null
here?
@@ -0,0 +1,24 @@ | |||
{ pkgs, lib }: |
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.
{ pkgs, lib }: | |
{ lib, buildGoModule }: |
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.