-
-
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
feluda: init at 1.3.0 #382154
base: master
Are you sure you want to change the base?
feluda: init at 1.3.0 #382154
Conversation
035410e
to
ee082f0
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.
Few minor things.
pkgs/by-name/fe/feluda/package.nix
Outdated
src = fetchFromGitHub { | ||
owner = "anistark"; | ||
repo = pname; | ||
rev = "98fd4a640cec620dee85c595ec1376949bb025e5"; |
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.
please use the version tag. https://github.com/anistark/feluda/releases/tag/1.3.0
. the version should be 1.3.0 as well. Also, please do not use pname recursively. Also, please use hash with the hash prefix instead of sha256. Example:
rev = "98fd4a640cec620dee85c595ec1376949bb025e5"; | |
repo = "feluda"; | |
tag = version; | |
hash = "sha256-..."; |
ee082f0
to
a90170b
Compare
a90170b
to
c9a5149
Compare
@transgirllucy why did you mark this thread as resolved? #382154 (comment) . Using your own lock files is discouraged as they are hard to review and consume significant disk space/increase eval times. Please consider using the upstream repo's lock file or add a comment noting why the upstream one will not work if that is the case. |
Also, please make it a practice of building your packages locally before pushing them. |
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.