[Nix-dev] nix-build failing to run

Bill Trost trost at cloud.rain.com
Sun Jul 26 00:43:01 CEST 2009


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;
    };
  };
}




More information about the nix-dev mailing list