Is there any project/repo that contains "standard library" functions extracted from the Nixpkgs repo?
Currently reading the Nixpkgs manual, and it seems that the Nixpkgs repo consists of
- functions that actually help build (cross-platform) packages (written using the Nix
builtin
's/primitives) - collection of packages
Tried to find decentralization examples, but there aren't many (or I didn't find them). I like Cachix and the philosophy behind it, but that is for already built packages (unless I misunderstand something, which is more than possible).
Some of the resources found:
- Managing private Nix packages outside the Nixpkgs tree [Sander van der Burg]
- I create a local repository for NixOS/nixpkgs? [Unix/Linux Stack Exchange]
EDIT: Just found out about Nix User Repository (NUR).
EDIT2: Here's the thread on NixOS discourse.