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

users: remove with lib;

This commit is contained in:
Michael Hoang 2024-10-26 16:13:23 +11:00
parent 32f0cf2140
commit febc3b3f51

View file

@ -1,8 +1,9 @@
{ config, lib, pkgs, ... }:
with lib;
let
inherit (lib) concatStringsSep concatMapStringsSep elem filter filterAttrs
mapAttrs' mapAttrsToList mkIf mkMerge mkOption mkOrder optionalString types;
cfg = config.users;
group = import ./group.nix;