Ah, at last, a config.nix that works (see below). Now I can actually start working on getting the package to build! Thanks, Bill {pkgs, pkgsOrig}: { packageOverrides = pkgs: { quilt = import (builtins.getEnv "HOME" + "/quilt/default.nix") { stdenv = pkgs.stdenv; fetchurl = pkgs.fetchurl; }; }; }