tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
lib
/
tests
/
modules
/
importApply-function.nix
at
flake-libs
50 B
view raw
1
{
foo
}:
2
{
lib
,
config
,
.
.
.
}:
3
{
4
value
=
foo
;
5
}