citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit fadc74649e2d79ea143f6bce557e213a0da6ae41
parent 4a1652ee454bd280f32d70069831559ac19e4b7d
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 29 Dec 2020 10:34:08 -0800

less: patch with save-lastmarks

Diffstat:
Mnix-config/nixpkgs/config.nix | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/nix-config/nixpkgs/config.nix b/nix-config/nixpkgs/config.nix @@ -33,6 +33,15 @@ in { inherit pkgs; }; + less = pkgs.lib.overrideDerivation super.less (attrs: { + patches = [ + (super.fetchurl { + url = "https://jb55.com/s/0001-mark-save-lastmarks.patch"; + sha256 = "4974a406ddcdc46c2008b9a828d9eba3a04b8a46ed02ca5e5534b2f09441a709"; + }) + ]; + }); + msmtp = pkgs.lib.overrideDerivation super.msmtp (attrs: { patches = [ (super.fetchurl {