decadv_2025_09
2025-12-09
Index: > [decadv_2025_init]
Previous: > [decadv_2025_08]
Next: > [decadv_2025_10]
And that's that for the uxn flake update! Drifblim and drifloon are now available on NixOS.
There's an idea.. I should make an attempt at making a more standard approach for building uxn roms within the context of a nix derivation.. like buildTalRom.. which would take in an input rom, run it through an assembler, and wrap it in a given emulator
sorta kinda like..
uxnprogram = buildTalROM {
pname = "uxnprogram";
version = "1.0.0";
src = { [...] }; # as usual
uxnEmu = packages.uxn-x11; # or whatever
srcPath = "./src/path/to/file.tal";
meta = with pkgs.lib; {
[ ... ]# as usual
};
};
Intent being to save space and make the process easier. Though this would be a challenge for someone like me at this point, but if i did get through it, i could easily go through the entire uxn catalog of programs. o Idk, could be worth exploring. Not particularly sure what other tasks should I be focusing on for tomorrow otherwise.
Incoming: > [decadv_2025_08] > [decadv_2025_10]