[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Try to avoid loading whole other nixpkgs versions



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.