Skip to content

Commit eee2322

Browse files
committed
Ready to test using old flake on macOS
1 parent 05fdad8 commit eee2322

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
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)];

0 commit comments

Comments
 (0)