mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
4 lines
132 B
Nix
4 lines
132 B
Nix
{ ... }: final: prev: with final; {
|
|
chibicc-uxn = callPackage ./chibicc-uxn {};
|
|
ynodesktop = callPackage ./ynodesktop {};
|
|
}
|