tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
by-name
/
ro
/
root
/
tests
/
default.nix
at
python-updates
4 lines
76 B
view raw
wrap content
1
{
callPackage
}:
2
{
3
test-thisroot
=
callPackage
./test-thisroot.nix
{
}
;
4
}