mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
cosmic-store: Init vergen information
This commit is contained in:
parent
57159f9fd8
commit
10150633ef
1 changed files with 3 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ rustPlatform.buildRustPackage rec {
|
|||
}
|
||||
'';
|
||||
|
||||
env.VERGEN_GIT_COMMIT_DATE = "2025-01-13";
|
||||
env.VERGEN_GIT_SHA = src.rev;
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue