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
/
pkgs
/
pkgs-lib
/
formats
/
libconfig
/
test
/
default.nix
at
devShellTools-shell
75 B
view raw
1
{
pkgs
,
.
.
.
}:
2
{
3
comprehensive
=
pkgs
.
callPackage
./comprehensive
{
}
;
4
}