Hacker News new | ask | show | jobs
by Bolkan 1379 days ago
What nix needs more than anything is a centralized repository containing recipes for running all the different kinds of programs, as nic files. ie a dockerhub alternative.
1 comments

nixpkgs?
Something a little more compact would be welcome. There is:

    nix flake show templates
But the examples in there are a bit out of date and don't necessarily reflect real world usage and are lacking in comments (e.g. still using defaultPackage, not using flake-utils, etc.).