File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
description = "haskell-language-server development flake" ;
3
3
4
4
inputs = {
5
- nixpkgs . url = "github:NixOS/nixpkgs/haskell-updates " ;
5
+ nixpkgs . url = "github:NixOS/nixpkgs/nixpkgs-unstable " ;
6
6
flake-utils . url = "github:numtide/flake-utils" ;
7
7
# for default.nix
8
8
flake-compat = {
96
96
# Developement shell with only dev tools
97
97
devShells = {
98
98
default = mkDevShell pkgs . haskellPackages ;
99
- shell-ghc90 = mkDevShell pkgs . haskell . packages . ghc90 ;
100
- shell-ghc92 = mkDevShell pkgs . haskell . packages . ghc92 ;
101
99
shell-ghc94 = mkDevShell pkgs . haskell . packages . ghc94 ;
102
100
shell-ghc96 = mkDevShell pkgs . haskell . packages . ghc96 ;
103
101
shell-ghc98 = mkDevShell pkgs . haskell . packages . ghc98 ;
102
+ shell-ghc910 = mkDevShell pkgs . haskell . packages . ghc910 ;
104
103
} ;
105
104
106
105
packages = {
You can’t perform that action at this time.
0 commit comments