Skip to content

Commit b97e23b

Browse files
committed
nix develop nixos-23.11, ghc948
1 parent fbca98a commit b97e23b

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
description = "replace-megaparsec";
44

5-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
66
inputs.flake-utils.url = "github:numtide/flake-utils";
77

88
outputs = inputs:
@@ -12,16 +12,14 @@
1212
packageOverrides = hfinal: hprev:
1313
prev.haskell.packageOverrides hfinal hprev // {
1414
replace-megaparsec = hfinal.callCabal2nix "replace-megaparsec" ./. { };
15-
# https://github.com/ddssff/listlike/issues/23
16-
ListLike = prev.haskell.lib.dontCheck hprev.ListLike;
1715
};
1816
};
1917
};
2018
perSystem = system:
2119
let
2220
pkgs = import inputs.nixpkgs { inherit system; overlays = [ overlay ]; };
23-
# hspkgs = pkgs.haskellPackages;
24-
hspkgs = pkgs.haskell.packages.ghc944;
21+
hspkgs = pkgs.haskellPackages;
22+
# hspkgs = pkgs.haskell.packages.ghc944;
2523
in
2624
{
2725
devShell = hspkgs.shellFor {

0 commit comments

Comments
 (0)