I try running the following in nix-repl
:
nix-repl> pkgs = import <nixpkgs> {}
nix-repl> pkgs.haskellPackages.time
null
The same seems to be true for some other packages (such as containers
and unix
), and for different compiler versions. I would expect a derivation for a Haskell package there, as is the case for other packages like servant
or conduit
.
Does anyone know why this is? Just curious!