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:
parent
32f0cf2140
commit
febc3b3f51
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue