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