forked from lix-project/hydra
hydra-module.nix: Take lib from the module system, not from pkgs
This commit is contained in:
parent
268f273a3e
commit
91f895b3d6
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib ? pkgs.lib, ... }:
|
||||
|
||||
with pkgs.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.services.hydra;
|
||||
|
|
Loading…
Reference in a new issue