Hacker News new | ask | show | jobs
by aidenn0 1728 days ago
4th way is to just package it yourself and use pkgs.callPackage to add it. Overlays are nice for the whole system or if you're still using nix-env, but I find it more clear to use callPackage directly when I'm explicitly building an environment.
1 comments

Good point, I forgot about that one.