feat: package another one of my simple programs.

This commit is contained in:
CronyAkatsuki 2025-12-21 11:08:16 +01:00
parent ff6b65e0ff
commit 5ab9dfa615
3 changed files with 182 additions and 45 deletions

View file

@ -95,6 +95,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# My custom script for downloading humble bundle bundle's
extract-romset = {
url = "git+https://git.cronyakatsuki.xyz/crony/extract-romset-dat";
inputs.nixpkgs.follows = "nixpkgs";
};
# My flake for installing lnxlink
lnxlink = {
url = "git+https://git.cronyakatsuki.xyz/crony/lnxlink-flake";