Skip to content

Commit 836eaac

Browse files
committed
Use more stable nixpgks
1 parent 7dd5edf commit 836eaac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Minimal devshell flake for haskell";
33

44
inputs.haskellNix.url = "github:input-output-hk/haskell.nix";
5-
inputs.nixpkgs.follows = "haskellNix/nixpkgs-unstable";
5+
inputs.nixpkgs.follows = "haskellNix/nixpkgs-2411";
66
inputs.flake-utils.url = "github:numtide/flake-utils";
77
inputs.iohk-nix.url = "github:input-output-hk/iohk-nix";
88
inputs.cabal.url = "github:hsyl20/cabal?ref=hsyl20/per-file-extra-source-options";

0 commit comments

Comments
 (0)