-
-
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
edgedb: 3.4.0 -> 4.0.2 #277193
edgedb: 3.4.0 -> 4.0.2 #277193
Conversation
rev = "v${version}"; | ||
sha256 = "sha256-w6YpjSmh517yat45l4gGdV6qWD4O3aCx/6LL5wea+RA="; | ||
rev = "v${version}"; | ||
sha256 = "sha256-uilotat61U6jW1NLh7fVHOujkzUSFRdpeOx+ECGsByY="; | ||
fetchSubmodules = true; | ||
}; | ||
|
||
cargoLock = { | ||
lockFile = ./Cargo.lock; |
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.
I've asked a question in #221716, using Cargo.lock from src seems to be working
Unlike what ofborg suggests,
I guess I revert 00dcab4 and then it's good to go? @kirillrdy @ranfdev |
yeah sorry I forgot to follow up, "${src}/Cargo.lock" will trigger import from derivation which is disabled in hydra/ofborg to speed up eval time. you can test this locally by adding
into your nix.conf so yes, revert devendering of lock file |
I'm sorry, I can't follow this. Could you remove me from the maintainers list? Thanks |
Are the thumbs up a vote for emtpy maintainer list or for @kirillrdy to step up? Not sure if an empty list is acceptable ;) |
empty list for existing package is acceptable. @ahirner if you are actively using edgedb then I would recommend you to add yourself as maintainer. I am happy to be added as well. ( if you add yourself or not ) |
Sounds great! I know the package but not enough of nix(pkgs). |
@ahirner can you either squash commits, eg all maintainer related commits squashed. as for hash change can be own commit ( or squashed ) just need to update commit message so that it matches contribution guidelines |
apologies, i kinda told you a wrong thing
|
* update default.nix src * generic hash * update Cargo.lock changelog: edgedb/edgedb-cli@v3.4.0...v4.0.2 note that server binaries follow a rather independent release and are not part of nixpkgs (https://www.edgedb.com/docs/changelog/4_x)
Description of changes
I wonder if
Cargo.lock
can be de-vendored, since it built with${src}/Cargo.lock
in a flake of mine as well.The discussions in #221716 go into some depths, but I couldn't find a quick answer.
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.