Skip to content

Commit

Permalink
Bump nix shells
Browse files Browse the repository at this point in the history
- Remove shell definitions for old versions
- Add GHC 9.10
- Bump to new nixpkgs-unstable
  • Loading branch information
michaelpj committed Jun 14, 2024
1 parent cde9d78 commit 792fb06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "haskell-language-server development flake";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/haskell-updates";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
# for default.nix
flake-compat = {
Expand Down Expand Up @@ -96,11 +96,10 @@
# Developement shell with only dev tools
devShells = {
default = mkDevShell pkgs.haskellPackages;
shell-ghc90 = mkDevShell pkgs.haskell.packages.ghc90;
shell-ghc92 = mkDevShell pkgs.haskell.packages.ghc92;
shell-ghc94 = mkDevShell pkgs.haskell.packages.ghc94;
shell-ghc96 = mkDevShell pkgs.haskell.packages.ghc96;
shell-ghc98 = mkDevShell pkgs.haskell.packages.ghc98;
shell-ghc910 = mkDevShell pkgs.haskell.packages.ghc910;
};

packages = {
Expand Down

0 comments on commit 792fb06

Please sign in to comment.