mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
5 lines
182 B
Nix
5 lines
182 B
Nix
{ ... }: final: prev: with final; {
|
|
chibicc-uxn = callPackage ./chibicc-uxn {};
|
|
playit-agent = callPackage ./playit-agent {};
|
|
ynodesktop = callPackage ./ynodesktop {};
|
|
}
|