tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
watchlog: Remove Darwin from supported platforms.
Kevin Cox
3 years ago
b88c8dbe
1712ecaa
+3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
watchlog
default.nix
+3
pkgs/tools/misc/watchlog/default.nix
···
22
22
homepage = "https://gitlab.com/kevincox/watchlog";
23
23
license = lib.licenses.asl20;
24
24
maintainers = with lib.maintainers; [ kevincox ];
25
25
+
26
26
+
# Dependency only supports Linux + Windows: https://github.com/mentaljam/standard_paths/tree/master/src
27
27
+
platforms = with lib.platforms; linux ++ windows;
25
28
};
26
29
}