aboutsummaryrefslogtreecommitdiff
path: root/overlay.nix
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@airbus.com>2024-02-16 14:15:12 +0100
committerSimon Garrelou <simon.garrelou@airbus.com>2024-02-16 14:15:12 +0100
commite9ae22e7d9fc291786fff66cce585356be6132f8 (patch)
tree0b10f7801f3a3fe826c5ad88ba75893f0641be23 /overlay.nix
parentb06b887210d90edeb064a12db9e0e99ceff1d294 (diff)
downloadnixpkgs-e9ae22e7d9fc291786fff66cce585356be6132f8.tar.gz
nixpkgs-e9ae22e7d9fc291786fff66cce585356be6132f8.zip
Add mht2htmcl
Diffstat (limited to 'overlay.nix')
-rw-r--r--overlay.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay.nix b/overlay.nix
index 54e95c9..537b3e6 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -3,5 +3,5 @@ let
3 simon = prev.callPackage ./. {}; 3 simon = prev.callPackage ./. {};
4in 4in
5{ 5{
6 inherit (simon) miasm msynth passwdqc sddm-theme-sugar-light senpai-nightly commit-mono; 6 inherit (simon) miasm msynth passwdqc sddm-theme-sugar-light senpai-nightly commit-mono mht2htmcl;
7} 7}