1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
.dotfiles/nixos/pkgs/overlay.nix
2025-01-27 15:33:06 -05:00

5 lines
182 B
Nix

{ ... }: final: prev: with final; {
chibicc-uxn = callPackage ./chibicc-uxn {};
playit-agent = callPackage ./playit-agent {};
ynodesktop = callPackage ./ynodesktop {};
}