upperLowerBounds/default.nix

11 lines
196 B
Nix
Raw Normal View History

2019-09-26 16:59:28 +00:00
with import <nixpkgs> {}; {
skidjularENV = stdenv.mkDerivation {
name = skidjular-env;
buildInputs = [
stdenv
cmake
gcc
];
};
}