pinpox / nixos

My NixOS Configurations

Home Page:https://pablo.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add all packages to an overlay

pinpox opened this issue · comments

Currently custom package definitions are stored in /packages. This is mainly used to work around temporarily broken packages in nixpkgs (maintain own version, until fix hits unstable) or to add own packages that are not worth submitting to nixpkgs itself e.g. personal scripts.

It would be nicer to add all these to an overlay so they can be uniformly used.
A example for a flake-based overlay and it's usage can be seen here