Skip to content

Commit

Permalink
Merge pull request #227124 from zimbatm/lib-removeAttrs
Browse files Browse the repository at this point in the history
lib: add missing removeAttrs builtin
  • Loading branch information
infinisil authored Apr 20, 2023
2 parents 87901cb + ad0b21f commit fa633d7
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 fa633d7

Please sign in to comment.