Hi,
Here's a snippet of config.nix.
```
{ pkgs }: { # pkgs is the fully configured packages, after overrides
packageOverrides = super: let self = super.pkgs; in rec { # super is
without overrides, self is with
# ... overrides go here ...
};
}
```
While I understand that `super` is the package set that hasn't been
overridden yet, what's the difference between `self` and `pkgs`? Do both
of them have the overrides applied?
Thanks,
Roger
--
Founder of Matrix AI
https://matrix.ai/
+61420925975
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev