Remove srcRepo override

In compliance with nixpkgs a019344338d84d8e6a79ab0a5a1ede443234e331,
which is now in the nixos-unstable branch, we don't set the
now-nonexistent `srcRepo`. The stable branch has `srcRepo` set to true
by default.
This commit is contained in:
Brian Leung 2025-08-27 21:59:24 -07:00
parent bd5cff74db
commit 3ebbd963cd
No known key found for this signature in database
GPG key ID: 2D86D6A94C8BB3B1

View file

@ -16,7 +16,7 @@ let
super.emacs
([
(drv: drv.override ({ srcRepo = true; withXwidgets = false; } // args))
(drv: drv.override ({ withXwidgets = false; } // args))
(
drv: drv.overrideAttrs (