Build package from Nixpkgs PR
This post aims to explain how to build and try packages from nixpkgs pull requests. You might for example want to try a new package that has not been merged yet or try some bug fixes. There are multiple ways of doing this, below are two different methods. In both cases we first need to clone nixpkgs and navigate into this directory git clone [email protected]:NixOS/nixpkgs.git cd nixpkgs nix-build This approach is better if you want to install and use the package for a while....