From 0dc93ea53e37a1453c2c0bb27b047a78b1c20f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 21 Feb 2020 23:26:25 +0100 Subject: Add doing overlay --- overlays/doing/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 overlays/doing/default.nix (limited to 'overlays/doing') diff --git a/overlays/doing/default.nix b/overlays/doing/default.nix new file mode 100644 index 0000000..7f95fb6 --- /dev/null +++ b/overlays/doing/default.nix @@ -0,0 +1,10 @@ +self: super: { + defaultGemConfig = super.defaultGemConfig // { + doing = attrs: { + postInstall = '' + installPath=$(cat $out/nix-support/gem-meta/install-path) + sed -i $installPath/lib/doing/wwid.rb -e "/Create a backup copy for the undo command/ {n;d}" + ''; + }; + }; +} -- cgit v1.2.3