tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
development
/
compilers
/
flutter
/
artifacts
/
overrides
/
linux.nix
at
24.11-pre
10 lines
86 B
view raw
1
{
gtk3
2
}:
3
4
{
buildInputs
?
[
]
5
,
.
.
.
6
}:
7
8
{
9
buildInputs
=
buildInputs
++
[
gtk3
]
;
10
}