[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Try to avoid loading whole other nixpkgs versions
- Subject: Try to avoid loading whole other nixpkgs versions
- From: Chris Warburton
- Date: Wed, 07 Feb 2018 19:06:56 +0000
- Resolution: fixed
- State: resolved
Rather than doing something like 'nixpkgs1609.foo', try doing
'self.callPackage "${repo1609}/pkgs/foo.nix" {}'.
That way, we're not loading the whole of nixpkgs over and over.