mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
git-subtree-dir: nix-tools git-subtree-mainline:1110a74a9dgit-subtree-split:555d57e1ea
4 lines
90 B
Nix
4 lines
90 B
Nix
{ compiler-nix-name ? "ghc8107" }:
|
|
(import ./. { inherit compiler-nix-name; }).shell
|
|
|