Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (13 sloc) 348 Bytes
with import <nixpkgs> {}; {
nothingEnv = gcc8Stdenv.mkDerivation {
name = "nothing-env";
buildInputs = [ stdenv
gcc
gdb
SDL2
pkgconfig
cmake
valgrind
];
};
}
You can’t perform that action at this time.