File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 utils = import ./nix/utils.nix { inherit pkgs gitignore system ; } ;
4343
4444 allVersions = lib . mapAttrs ( _ : v : v . packages . "haskell-notebook-language-server:exe:haskell-notebook-language-server" ) {
45- ghc92 = flake "ghc928" ( utils . src "stack/stack-9.2.8.yaml" ) [ ] ;
46- ghc94 = flake "ghc948" ( utils . src "stack/stack-9.4.8.yaml" ) [ ] ;
45+ ghc92 = ( if isDarwin then flakeOld else flake ) "ghc928" ( utils . src "stack/stack-9.2.8.yaml" ) [ ] ;
46+ ghc94 = ( if isDarwin then flakeOld else flake ) "ghc948" ( utils . src "stack/stack-9.4.8.yaml" ) [ ] ;
4747 ghc96 = flake "ghc967" ( utils . src "stack/stack-9.6.7.yaml" ) [ ] ;
4848 ghc98 = flake "ghc984" ( utils . src "stack/stack-9.8.4.yaml" ) [ ] ;
4949 ghc910 = flake "ghc9102" ( utils . src "stack/stack-9.10.2.yaml" ) [ ( import ./nix/os-string-module.nix ) ] ;
You can’t perform that action at this time.
0 commit comments