[Nix-dev] Re: [Nix-commits] SVN commit: nix - 12851 - eelco - configurations/trunk/tud

Nicolas Pierron nicolas.b.pierron at gmail.com
Fri Sep 12 19:14:46 CEST 2008


On Fri, Sep 12, 2008 at 16:09, Eelco Dolstra <e.dolstra at tudelft.nl> wrote:
> Author: eelco
> Modified: configurations/trunk/tud/build-machines.nix
> ===================================================================
> --- configurations/trunk/tud/build-machines.nix 2008-09-12 13:34:41 UTC (rev 12850)
> +++ configurations/trunk/tud/build-machines.nix 2008-09-12 14:09:42 UTC (rev 12851)
> @@ -5,7 +5,7 @@
>       extraKernelModules = ["3w_xxxx"];
>     };
>     kernelModules = ["kvm-intel"];
> -    kernelPackages = pkgs: pkgs.kernelPackages_2_6_25;
> +    kernelPackages = pkgs: pkgs.kernelPackages_2_6_26;
>   };
>

The new syntax should be available if you have a recent enough version
of nix/nixpkgs installed on it:

by new syntax I mean:
{config, pkgs, ...}:

So you would be able to remove this "pkgs" argument.

-- 
Nicolas Pierron
- If you are doing something twice then you should try to do it once.



More information about the nix-dev mailing list