-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
gfold: 3.0.0 -> 4.0.0 #172368
gfold: 3.0.0 -> 4.0.0 #172368
Conversation
Stack trace
|
That issue is now fixed |
If possible a https://nixos.org/manual/nixpkgs/unstable/#tester-testVersion would be nice. |
@Artturin thanks for the suggestion, I hadn't seen these before! I attempted to incorporate it in I tried the following with a fake value to see it fail. Is there a technique to run said test other than this? nix -vL build .#gfold.passthru.tests.version |
package = gfold; | ||
command = "gfold --version"; | ||
inherit version; | ||
}; | ||
|
||
meta = with lib; { | ||
inherit (src.meta) homepage; |
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.
the eval is failing due to this
please change it to a clickable url so we can click on it
https://nixos.org/manual/nixpkgs/stable/#special-variables currently there's a rfc to improve testing NixOS/rfcs#119 |
Result of |
Description of changes
No intermediate non-RC versions were published between 3.0.0 and 4.0.0.
https://github.com/nickgerace/gfold/blob/4.0.0/CHANGELOG.md
Specific callouts:
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes