malcontent: init at 0.4.0

This commit is contained in:
Jan Tojnar
2020-02-10 12:55:24 -05:00
committed by worldofpeace
parent ea06e0055e
commit 102fa4aaec
6 changed files with 152 additions and 0 deletions
@@ -0,0 +1,5 @@
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.malcontent;
}