mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
cosmic-store: remove vergen env variables
This commit is contained in:
parent
27c74b5dc5
commit
4cd8b5832f
1 changed files with 0 additions and 5 deletions
|
|
@ -50,11 +50,6 @@ rustPlatform.buildRustPackage rec {
|
|||
"target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-store"
|
||||
];
|
||||
|
||||
env = {
|
||||
VERGEN_GIT_COMMIT_DATE = "2025-02-21";
|
||||
VERGEN_GIT_SHA = src.rev;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue