analistica/shell.nix

11 lines
181 B
Nix
Raw Normal View History

2020-03-06 02:24:32 +01:00
with import <nixpkgs> { };
stdenv.mkDerivation {
name = "jeypsi";
GMP_PATH = "${gmp}/lib";
buildInputs = with pkgs; [ gdb gsl gmp pkgconfig ];
shellHook = "exec fish";
}