tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gui-for-clash,gui-for-singbox: set hydraPlatforms
qzylinra
5 months ago
0f96d433
4ad1d66e
+2
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
gu
gui-for-clash
package.nix
gui-for-singbox
package.nix
+1
pkgs/by-name/gu/gui-for-clash/package.nix
···
27
28
metaCommon = {
29
homepage = "https://github.com/GUI-for-Cores/GUI.for.Clash";
0
30
license = with lib.licenses; [ gpl3Plus ];
31
maintainers = with lib.maintainers; [ ];
32
};
···
27
28
metaCommon = {
29
homepage = "https://github.com/GUI-for-Cores/GUI.for.Clash";
30
+
hydraPlatforms = [ ]; # https://gui-for-cores.github.io/guide/#note
31
license = with lib.licenses; [ gpl3Plus ];
32
maintainers = with lib.maintainers; [ ];
33
};
+1
pkgs/by-name/gu/gui-for-singbox/package.nix
···
27
28
metaCommon = {
29
homepage = "https://github.com/GUI-for-Cores/GUI.for.SingBox";
0
30
license = with lib.licenses; [ gpl3Plus ];
31
maintainers = with lib.maintainers; [ ];
32
};
···
27
28
metaCommon = {
29
homepage = "https://github.com/GUI-for-Cores/GUI.for.SingBox";
30
+
hydraPlatforms = [ ]; # https://gui-for-cores.github.io/guide/#note
31
license = with lib.licenses; [ gpl3Plus ];
32
maintainers = with lib.maintainers; [ ];
33
};