andir / npins

Nix dependency pinning. Very similar to Niv but has a few features that I personally wanted.
European Union Public License 1.2
180 stars 14 forks source link

Reorganize nix to build via `nix-build default.nix` #5

Closed gilligan closed 2 years ago

gilligan commented 2 years ago

Previously npins could only be built via nix-build through test.nix which was somewhat unexpected. With this commit npins can still be built via callPackage as pkgs is an argument to default.nix with default argument.

The GitHub test.yml was also adjusted.