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
/
nixos
/
tests
/
installed-tests
/
glib-testing.nix
at
devShellTools-shell
5 lines
87 B
view raw
wrap content
1
{
pkgs
,
makeInstalledTest
,
.
.
.
}:
2
3
makeInstalledTest
{
4
tested
=
pkgs
.
glib-testing
;
5
}