tv disko: init at 16cd458
This commit is contained in:
parent
2be0042d42
commit
09144f1736
13
tv/5pkgs/simple/disko.nix
Normal file
13
tv/5pkgs/simple/disko.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ fetchgit }:
|
||||||
|
|
||||||
|
let
|
||||||
|
src = fetchgit {
|
||||||
|
url = https://cgit.krebsco.de/disko;
|
||||||
|
rev = "16cd458af06d3caf687eb7d80ca3df26b71fe28c";
|
||||||
|
sha256 = "16cd458af06d3caf687eb7d80ca3df26b71fe28c";
|
||||||
|
};
|
||||||
|
in
|
||||||
|
|
||||||
|
{
|
||||||
|
lib = import "${src}/lib";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user