implement std functions from nixpkgs.lib

This commit is contained in:
Emile Clark-Boman 2025-12-13 13:16:01 +10:00
parent f3b09cb54f
commit 9f5827c21c
3 changed files with 95 additions and 0 deletions

4
nib/std/default.nix Normal file
View file

@ -0,0 +1,4 @@
builtins.listToAttrs [
(import ./attrs.nix)
(import ./lists.nix)
]