Skip to content

Commit

Permalink
lib: add missing removeAttrs builtin
Browse files Browse the repository at this point in the history
I'm expecting all the builtins.* functions to be available in lib.*
  • Loading branch information
zimbatm committed Apr 19, 2023
1 parent 2ba48cc commit ad0b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/attrsets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
in

rec {
inherit (builtins) attrNames listToAttrs hasAttr isAttrs getAttr;
inherit (builtins) attrNames listToAttrs hasAttr isAttrs getAttr removeAttrs;


/* Return an attribute from nested attribute sets.
Expand Down

0 comments on commit ad0b21f

Please sign in to comment.