tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
uptimed: expand platforms to unix
Ben Siraphob
5 years ago
8bd1dd33
06f30766
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
system
uptimed
default.nix
+1
-1
pkgs/tools/system/uptimed/default.nix
···
24
24
'';
25
25
homepage = "https://github.com/rpodgorny/uptimed/";
26
26
license = licenses.gpl2;
27
27
-
platforms = platforms.linux;
27
27
+
platforms = platforms.unix;
28
28
};
29
29
30
30
}