You should have seen a warning. configuration.nix has changed:
old (in the past configuration.nix was not a function):
{
}
and pkgs was passed to many options. However this was changed:
new:
{ pkgs, config, ...} : {
}
Then pkgs is defined. If you still have trouble post again
Marc Weber
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev
