The omni-repo that contains packages for [[NixOS]]. # Links - [Nixpkgs Maintainers](https://github.com/NixOS/nixpkgs/tree/master/maintainers) - [Contributing to Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md) # References - [Overlays best practices and techniques](https://nixcademy.com/posts/mastering-nixpkgs-overlays-techniques-and-best-practice/) # Helpful Tips ## Overrides [Nixpkgs Docs](https://nixos.org/manual/nixpkgs/stable/#chap-overrides) `<pkg>.override { ... }` is for overriding inputs to a derivation. `<pkg>.overrideAttrs { ... }` is helpful for overriding attributes before they're passed to `stdenv.mkDerivation`. Available on most packages.