hydra-module.nix: Take lib from the module system, not from pkgs

[?]
May 14, 2014, 7:06 PM
OY57P7SM6AXX3XV7L7NPSZEJTEWSANJPEQU33H3Y4FO5V6265LEAC

Dependencies

Change contents

  • replacement in hydra-module.nix at line 1
    [2.1][2.2:25]()
    { config, pkgs, ... }:
    [2.1]
    [2.25]
    { config, pkgs, lib ? pkgs.lib, ... }:
  • replacement in hydra-module.nix at line 3
    [2.26][2.26:41]()
    with pkgs.lib;
    [2.26]
    [2.41]
    with lib;