with import {}; { nothingEnv = stdenv.mkDerivation { name = "nothing-env"; buildInputs = [ stdenv gcc SDL2 SDL2_mixer pkgconfig cmake valgrind racket inotifyTools python3 ]; }; }