[Nix-dev] Re: SVN commit: nix - r29158 - nixpkgs/branches/syscall-tracing/pkgs/stdenv

Yury G. Kudryashov urkud.urkud at gmail.com
Sun Sep 11 21:25:06 CEST 2011


Peter Simons wrote:

> Hi Eelco,
> 
>  > --- nixpkgs/branches/syscall-tracing/pkgs/stdenv/adapters.nix	Sat 
Sep
>  > 10 13:28:18 2011	(r29157)
>  > +++ nixpkgs/branches/syscall-tracing/pkgs/stdenv/adapters.nix	Sat 
Sep
>  > 10 14:18:18 2011	(r29158) @@ -4,6 +4,7 @@
>  >
>  >  { dietlibc, fetchurl, runCommand }:
>  >
>  > +let pkgs = import /etc/nixos/nixpkgs { }; in
>  >
> 
> shouldn't that be
> 
>   let pkgs = import (builtins.getEnv "NIXPKGS_ALL") {}; in
> 
> ...?
Or better import ../../ {};?
-- 
Yury G. Kudryashov,
mailto: urkud at mccme.ru




More information about the nix-dev mailing list