Added status page

This commit is contained in:
Julien Malka 2021-12-26 00:21:23 +01:00
parent 8201ddc785
commit 228a585f7f
7 changed files with 88 additions and 0 deletions

View file

@ -25,6 +25,7 @@ in
overlay-unstable
(final: prev:
{
tinystatus = prev.pkgs.callPackage ./packages/tinystatus {};
mosh = prev.mosh.overrideAttrs (old: {
patches = (prev.lib.take 1 old.patches) ++ (prev.lib.sublist 4 4 old.patches);
postPatch = '''';