hydra-module.nix: Take lib from the module system, not from pkgs
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, lib ? pkgs.lib, ... }:
|
||||||
|
|
||||||
with pkgs.lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.services.hydra;
|
cfg = config.services.hydra;
|
||||||
|
Reference in New Issue
Block a user