1
0
Fork 0
nixos-config/overlays/10-previews.nix

8 lines
156 B
Nix
Raw Normal View History

2020-05-21 23:13:42 +00:00
self: super:
2021-01-03 22:29:52 +00:00
let
2021-05-18 14:33:28 +00:00
unstable = import super.sources.nixos-unstable { };
2021-04-30 22:12:48 +00:00
in
{
2021-06-13 01:17:58 +00:00
inherit (unstable) haskellPackages ghc cachix nix-output-monitor cabal2nix;
2021-01-06 00:52:29 +00:00
}