-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
pkgs/misc/mosquitto-go-auth: init at 0.2.0 #60376
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
Conversation
@@ -2921,6 +2921,11 @@ | |||
github = "marcweber"; | |||
name = "Marc Weber"; | |||
}; | |||
marenz = { |
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.
Indentation...
@@ -0,0 +1,47 @@ | |||
{ stdenv, lib, buildGoPackage, fetchFromGitHub, pkgs }: | |||
|
|||
buildGoPackage rec { |
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.
They seem to have go.mod
and go.sum
files in their repo, did you try to build it with buildGoModule
?
outputs = [ "out" ]; | ||
|
||
dontRenameImports = true; | ||
allowGoReference = true; |
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.
Whether this will be needed or not if you'll switch to buildGoModule
, could you at least explain in a comment why do these two are needed?
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
I marked this as stale due to inactivity. → More info |
Closing as OP doesn't respond to review requests. |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)