mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
4 lines
86 B
Nix
4 lines
86 B
Nix
|
{ ... }: final: prev: with final; {
|
||
|
chibicc-uxn = callPackage ./chibicc-uxn {};
|
||
|
}
|