cosmic-store: remove vergen env variables

This commit is contained in:
Heitor Augusto 2025-02-26 17:51:53 -03:00
commit 4cd8b5832f
No known key found for this signature in database

View file

@ -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 = [