mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
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:
parent
bd5cff74db
commit
3ebbd963cd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ let
|
||||||
super.emacs
|
super.emacs
|
||||||
([
|
([
|
||||||
|
|
||||||
(drv: drv.override ({ srcRepo = true; withXwidgets = false; } // args))
|
(drv: drv.override ({ withXwidgets = false; } // args))
|
||||||
|
|
||||||
(
|
(
|
||||||
drv: drv.overrideAttrs (
|
drv: drv.overrideAttrs (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue