]> git.lizzy.rs Git - nothing.git/blobdiff - default.nix
Introduce RingBuffer
[nothing.git] / default.nix
index 508da862c91cef7e4611bbe1f6edfa56ec8d8799..596bca5fcca0a2d60b31574d120a944fe5d438b4 100644 (file)
@@ -1,5 +1,5 @@
 with import <nixpkgs> {}; {
-    nothingEnv = stdenv.mkDerivation {
+    nothingEnv = gcc8Stdenv.mkDerivation {
         name = "nothing-env";
         buildInputs = [ stdenv
                         gcc
@@ -8,10 +8,6 @@ with import <nixpkgs> {}; {
                         pkgconfig
                         cmake
                         valgrind
-                        racket
-                        inotifyTools
-                        libxml2
-                        ninja
                       ];
     };
 }