No description
johpkgs
Personal Nix package collection. An overlay flake providing patched or customized nixpkgs packages for use across multiple NixOS configurations.
See ADR-0001 for the design rationale.
Status — Experimental
Usage
Add as a flake input. Using nixpkgs.follows keeps the consumer
and johpkgs on the same nixpkgs pin, avoiding duplicate
evaluations:
inputs.johpkgs = {
url = "...";
inputs.nixpkgs.follows = "nixpkgs";
};
Apply the overlay:
nixpkgs.overlays = [ inputs.johpkgs.overlays.default ];
Or run a package directly:
nix run johpkgs#prusa-slicer
List available packages with nix flake show.
Contact
Reach me via @jbornhold:matrix.org
or @johbo@mastodon.social.