boxxy: add module (#4075)

* boxxy: add module

 * boxxy: added nikp123 to maintainers list

* boxxy: use mkPackageOption instead for the package

Co-authored-by: Naïm Favier <n@monade.li>

* boxxy: use yaml generator instead of json

Co-authored-by: Naïm Favier <n@monade.li>

* boxxy: various fixes

* boxxy: various fixes (part 2)

* boxxy: various fixes (part 3)

* boxxy: various fixes (part 4)

forgot to run ./format, whoops

* boxxy: use literalExpression for the rewrite example

Co-authored-by: Naïm Favier <n@monade.li>

* boxxy: add news entry

---------

Co-authored-by: Naïm Favier <n@monade.li>
This commit is contained in:
nikp123 2023-06-09 22:32:11 +02:00 committed by GitHub
parent 2a69182c56
commit 0945875a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 183 additions and 0 deletions

View file

@ -1062,6 +1062,14 @@ in
A new module is available: 'programs.imv'.
'';
}
{
time = "2023-06-09T19:13:39+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'programs.boxxy'.
'';
}
];
};
}