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:
parent
f86f158efd
commit
d2498644fd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue