git-sync: remove obsolete rec keyword

This commit is contained in:
Pol Dellaiera 2025-06-26 18:45:06 +02:00
parent cdb5e6e881
commit 43823a262a

View File

@ -12,7 +12,7 @@
nix-update-script,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "git-sync";
version = "0-unstable-2025-06-26";