analistica/shell.nix
2020-03-06 02:24:32 +01:00

11 lines
181 B
Nix

with import <nixpkgs> { };
stdenv.mkDerivation {
name = "jeypsi";
GMP_PATH = "${gmp}/lib";
buildInputs = with pkgs; [ gdb gsl gmp pkgconfig ];
shellHook = "exec fish";
}