Skip to content

Commit 792fb06

Browse files
committed
Bump nix shells
- Remove shell definitions for old versions - Add GHC 9.10 - Bump to new nixpkgs-unstable
1 parent cde9d78 commit 792fb06

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

flake.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "haskell-language-server development flake";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/haskell-updates";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
66
flake-utils.url = "github:numtide/flake-utils";
77
# for default.nix
88
flake-compat = {
@@ -96,11 +96,10 @@
9696
# Developement shell with only dev tools
9797
devShells = {
9898
default = mkDevShell pkgs.haskellPackages;
99-
shell-ghc90 = mkDevShell pkgs.haskell.packages.ghc90;
100-
shell-ghc92 = mkDevShell pkgs.haskell.packages.ghc92;
10199
shell-ghc94 = mkDevShell pkgs.haskell.packages.ghc94;
102100
shell-ghc96 = mkDevShell pkgs.haskell.packages.ghc96;
103101
shell-ghc98 = mkDevShell pkgs.haskell.packages.ghc98;
102+
shell-ghc910 = mkDevShell pkgs.haskell.packages.ghc910;
104103
};
105104

106105
packages = {

0 commit comments

Comments
 (0)