aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@airbus.com>2024-02-16 14:15:55 +0100
committerSimon Garrelou <simon.garrelou@airbus.com>2024-02-16 14:15:55 +0100
commitb57e39f7eac1356767502468c5acd7dae3e9e4cf (patch)
tree928ad4e0c8d842dfeeefdb42cc9e943c0ed9b233
parente9ae22e7d9fc291786fff66cce585356be6132f8 (diff)
parent1ce68d05bea298915f8fcf02360b5e2834b55729 (diff)
downloadnixpkgs-b57e39f7eac1356767502468c5acd7dae3e9e4cf.tar.gz
nixpkgs-b57e39f7eac1356767502468c5acd7dae3e9e4cf.zip
Merge branch 'master' of http://git.nuc.lan/simon/nixpkgs
-rw-r--r--overlay.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay.nix b/overlay.nix
index 537b3e6..1f8cf9b 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 mht2htmcl; 6 inherit (simon) miasm msynth passwdqc sddm-theme-sugar-light senpai-nightly commit-mono idafree mht2htmcl;
7} 7}