fork
Configure Feed
Select the types of activity you want to include in your feed.
lol
fork
Configure Feed
Select the types of activity you want to include in your feed.
1{
2 build-idris-package,
3 fetchFromGitHub,
4 lib,
5}:
6build-idris-package {
7 pname = "bytes";
8 version = "2018-02-10";
9
10 src = fetchFromGitHub {
11 owner = "ziman";
12 repo = "idris-bytes";
13 rev = "c0ed9db526d4529780f9d7d2636a40faa07661a5";
14 sha256 = "1xyb7k0mrk5imjf5jr2gvqwvasbfy6j4lxvz99r9icfz7crz8dfp";
15 };
16
17 meta = {
18 description = "FFI-based byte buffers for Idris";
19 homepage = "https://github.com/ziman/idris-bytes";
20 maintainers = [ lib.maintainers.brainrape ];
21 };
22}