about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index af4b8528..7ea0fd1f 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -26,4 +26,6 @@ with pkgs;
     }).ghcWithPackages;
   };
 
+  # sent = pkgs:q.sent.override { patches = [ ./sent-bg.patch ]; };
+  inherit sent;
 }