mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
6 lines
288 B
Nix
6 lines
288 B
Nix
let
|
|
haskellNix = import (builtins.fetchTarball "https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz") {};
|
|
nixpkgs = import haskellNix.sources.nixpkgs haskellNix.nixpkgsArgs;
|
|
haskell = nixpkgs.haskell-nix;
|
|
in
|
|
haskell.snapshots."lts-13.18".alex.components.exes.alex |