tv disko: init at 16cd458

This commit is contained in:
tv 2018-11-26 16:50:46 +01:00
parent 2be0042d42
commit 09144f1736

13
tv/5pkgs/simple/disko.nix Normal file
View File

@ -0,0 +1,13 @@
{ fetchgit }:
let
src = fetchgit {
url = https://cgit.krebsco.de/disko;
rev = "16cd458af06d3caf687eb7d80ca3df26b71fe28c";
sha256 = "16cd458af06d3caf687eb7d80ca3df26b71fe28c";
};
in
{
lib = import "${src}/lib";
}