This website requires JavaScript.
Explore
Help
Sign In
dusk
/
ark
Watch
1
Star
0
Fork
0
You've already forked ark
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
39879b23fe
ark
/
lib
/
default.nix
5 lines
99 B
Nix
Raw
Normal View
History
Unescape
Escape
add in-tree local lib, ourlib
2021-05-05 07:49:16 +03:00
{
lib
}:
feat: port to devos develop again
2021-05-10 14:19:05 +03:00
lib
.
makeExtensible
(
self
:
{
pkgBinNoDep
=
pkgs
:
name
:
"
${
pkgs
.
${
name
}
}
/
b
i
n
/
${
name
}
"
;
}
)
Reference in New Issue
Copy Permalink