Skip to content

Commit

Permalink
Merge pull request #227316 from NixOS/backport-227124-to-release-22.11
Browse files Browse the repository at this point in the history
[Backport release-22.11] lib: add missing removeAttrs builtin
  • Loading branch information
roberth authored Apr 20, 2023
2 parents 0519f6c + c4b2333 commit 8e20bbe
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 8e20bbe

Please sign in to comment.