Commit 43823a26 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

git-sync: remove obsolete `rec` keyword

parent cdb5e6e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
  nix-update-script,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "git-sync";
  version = "0-unstable-2025-06-26";