From 3ebbd963cdb783d8260219bfcf37b07aeb8ecf0f Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Wed, 27 Aug 2025 21:59:24 -0700 Subject: [PATCH] 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. --- overlays/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/emacs.nix b/overlays/emacs.nix index c7edd9502..8d5bb59e4 100644 --- a/overlays/emacs.nix +++ b/overlays/emacs.nix @@ -16,7 +16,7 @@ let super.emacs ([ - (drv: drv.override ({ srcRepo = true; withXwidgets = false; } // args)) + (drv: drv.override ({ withXwidgets = false; } // args)) ( drv: drv.overrideAttrs (