Created
November 9, 2016 19:54
-
-
Save sternenseemann/6e3c99aeb8ab97e48c4445b0d7b3ea14 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
nix-shell -p pkgs.opam pkgs.ocamlPackages_4_03.ocaml pkgs.aspcud pkgs.m4 pkgs.gnumake pkgs.binutils pkgs.gcc pkgs.gmp \ | |
--command ". $HOME/.opam/opam-init/init.sh; eval \`opam config env\`; return" \ | |
-I nixpkgs=$HOME/src/nix/nixpkgs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment