Skip to content

Commit b0f6244

Browse files
committed
add default.nix exposing lib
1 parent d9502ab commit b0f6244

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
pkgs ? import <nixpkgs> { },
3+
...
4+
}:
5+
import ./nix/lib.nix pkgs.lib

0 commit comments

Comments
 (0)