summaryrefslogtreecommitdiff
path: root/overlays/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-02-27 08:44:14 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:50 +0200
commit20bfe3c3e124d84b00c72c88127409cbffb1c9d1 (patch)
tree2081c4ea9ed973f04fc8bf3cf721b3aaec661852 /overlays/default.nix
parent079fa4e3be9f1178fb671c577eece2921d054fd6 (diff)
downloadNUR-20bfe3c3e124d84b00c72c88127409cbffb1c9d1.tar.gz
NUR-20bfe3c3e124d84b00c72c88127409cbffb1c9d1.tar.zst
NUR-20bfe3c3e124d84b00c72c88127409cbffb1c9d1.zip
Upgrade bitlbee-discord
Diffstat (limited to 'overlays/default.nix')
-rw-r--r--overlays/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index b0470d21..9fd0117f 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -3,6 +3,7 @@
3 mypkgs = self: super: import ../pkgs { pkgs = self; }; 3 mypkgs = self: super: import ../pkgs { pkgs = self; };
4 4
5 bitlbee = import ./bitlbee; 5 bitlbee = import ./bitlbee;
6 bitlbee-discord = import ./bitlbee-discord;
6 bundix = import ./bundix; 7 bundix = import ./bundix;
7 dwm = import ./dwm; 8 dwm = import ./dwm;
8 elinks = import ./elinks; 9 elinks = import ./elinks;