Skip to content

Commit fcc3a57

Browse files
committed
Default to nixpkgs-2009 for build.nix
1 parent acf86bc commit fcc3a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
let
66
haskellNix = (import ./default.nix {});
77
in
8-
{ nixpkgs ? haskellNix.sources.nixpkgs
8+
{ nixpkgs ? haskellNix.sources.nixpkgs-2009
99
, nixpkgsArgs ? haskellNix.nixpkgsArgs
1010
, pkgs ? import nixpkgs nixpkgsArgs
1111
, ifdLevel ? 1000

0 commit comments

Comments
 (0)