Skip to content

Commit

Permalink
Merge pull request #147 from math-comp/nix-update
Browse files Browse the repository at this point in the history
upgrading nixpkgs
  • Loading branch information
CohenCyril authored Sep 17, 2019
2 parents 3e9fc3f + 7087c5d commit b289c4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{withEmacs ? false,
nixpkgs ? (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/650a295621b27c4ebe0fa64a63fd25323e64deb3.tar.gz";
sha256 = "0rxjkfiq53ibz0rzggvnp341b6kgzgfr9x6q07m2my7ijlirs2da";
url = "https://github.com/NixOS/nixpkgs/archive/c4196cca9acd1c51f62baf10fcbe34373e330bb3.tar.gz";
sha256 = "0jsisiw8yckq96r5rgdmkrl3a7y9vg9ivpw12h11m8w6rxsfn5m5";
}),
coq-version ? "default",
print-env ? false
Expand All @@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
name = "env";
env = buildEnv { name = name; paths = buildInputs; };
buildInputs = [ coq ] ++ (with myCoqPackages;
[mathcomp mathcomp-finmap mathcomp-bigenough])
[mathcomp mathcomp-finmap mathcomp-bigenough
mathcomp-multinomials mathcomp-real-closed coqeal])
++ lib.optional withEmacs pgEmacs;
shellHook = ''
nixEnv (){
Expand Down

0 comments on commit b289c4f

Please sign in to comment.