Skip to content

Commit b37e230

Browse files
authored
Merge pull request #21 from emilypi/emily/use-nixpkgs-884
update default.nix to 8.8.4
2 parents 1dda38c + ece5504 commit b37e230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ compiler ? "ghc8104"
1+
{ compiler ? "ghc884"
22
, system ? builtins.currentSystem
33
, pkgs ? import ./dep/nixpkgs { inherit system; }
44
}:

0 commit comments

Comments
 (0)