This website requires JavaScript.
Explore
Help
Sign In
nix
/
lib
Watch
1
Star
0
Fork
You've already forked lib
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2a27c0f7b1
lib
/
overlay.nix
5 lines
97 B
Nix
Raw
Blame
History
(
final
:
prev
:
with
builtins
;
{
lib
=
prev
.
lib
//
(
import
./lib.nix
{
pkgs
=
prev
;
}
)
;
}
)
Reference in New Issue
View Git Blame
Copy Permalink