mad/byg/nix/common.nix

10 lines
158 B
Nix
Raw Permalink Normal View History

2024-09-12 19:49:58 +02:00
let
sources = import ./sources.nix;
pkgs = import sources.nixpkgs {};
2024-09-28 13:57:53 +02:00
haskell = pkgs.haskell.packages.ghc98;
2024-09-12 19:49:58 +02:00
in
{
pkgs = pkgs;
haskell = haskell;
}