Skip to content

Commit 753e740

Browse files
committed
Use nixpkgs 22.05 for scripts
This should daily updates which are failing with: ``` error: unrecognised flag '--accept-flake-config' ``` See https://buildkite.com/input-output-hk/haskell-dot-nix-nightly-updates/builds/1318#0182f20e-bd2b-4840-a930-af2815df793c
1 parent e1b76b2 commit 753e740

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-2111
8+
{ nixpkgs ? haskellNix.sources.nixpkgs-2205
99
, nixpkgsArgs ? haskellNix.nixpkgsArgs
1010
, pkgs ? import nixpkgs nixpkgsArgs
1111
, evalPackages ? import nixpkgs nixpkgsArgs

0 commit comments

Comments
 (0)