summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 5f837d3..aab5da4 100644
--- a/shell.nix
+++ b/shell.nix
@@ -9,6 +9,8 @@ in pkgs.stdenv.mkDerivation {
9 pkgs.gup 9 pkgs.gup
10 pkgs.jdk 10 pkgs.jdk
11 pkgs.zip 11 pkgs.zip
12 pkgs.strace
13 pkgs.gcc
12 mars 14 mars
13 ]; 15 ];
14} 16}