tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
by-name
/
ro
/
root
/
tests
/
default.nix
at
devShellTools-shell
4 lines
76 B
view raw
wrap content
1
{
callPackage
}:
2
{
3
test-thisroot
=
callPackage
./test-thisroot.nix
{
}
;
4
}