aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-12-22 11:41:43 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-12-22 11:41:43 +0100
commit892cb808dc926eba43347a40c0ea0a7b82bf8631 (patch)
tree3fe144a11d1457210e8891c772afff1b67282172
parent891200d6d95bed5a81ba5ee865eb9cf85b39a895 (diff)
downloadNix-892cb808dc926eba43347a40c0ea0a7b82bf8631.tar.gz
Nix-892cb808dc926eba43347a40c0ea0a7b82bf8631.tar.zst
Nix-892cb808dc926eba43347a40c0ea0a7b82bf8631.zip
Add a bunch of programs
-rw-r--r--default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 7bffebb..95caf51 100644
--- a/default.nix
+++ b/default.nix
@@ -256,5 +256,17 @@ in
256 inherit graphicsmagick; 256 inherit graphicsmagick;
257 inherit youtube-dl; 257 inherit youtube-dl;
258 inherit pg_activity pgloader; 258 inherit pg_activity pgloader;
259 inherit ncmpc;
260 inherit cadaver;
261 inherit mairix notmuch;
262 inherit ctags;
263 inherit s3cmd;
264 inherit solc; # solidity
265 inherit rtorrent;
266 inherit strace;
267 inherit vdirsyncer;
268 inherit w3m lynx links;
269 inherit gitRepo;
270 inherit valgrind;
259 #inherit nixos; 271 #inherit nixos;
260 } 272 }