1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

nix-daemon: remove with lib;

This commit is contained in:
Michael Hoang 2024-11-11 19:56:15 +11:00
parent f86f158efd
commit d2498644fd

View file

@ -1,9 +1,9 @@
{ config, lib, pkgs, ... }:
with lib;
{ config, lib, ... }:
let
cfg = config.services.nix-daemon;
inherit (lib) mkDefault mkIf mkMerge mkOption types;
in
{