mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
lib: add missing removeAttrs builtin
I'm expecting all the builtins.* functions to be available in lib.*
This commit is contained in:
parent
2ba48cc8de
commit
ad0b21fbbc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user