1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-05 08:17:01 +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, ... }: { config, lib, ... }:
with lib;
let let
cfg = config.services.nix-daemon; cfg = config.services.nix-daemon;
inherit (lib) mkDefault mkIf mkMerge mkOption types;
in in
{ {