File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 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 = {
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 = {
You can’t perform that action at this time.
0 commit comments