6 lines
194 B
Nix
6 lines
194 B
Nix
{ pkgs }:
|
|
|
|
{
|
|
# vital-synth = pkgs.callPackage ./vital-synth {}; # Kept as an example, don't know if I will fix this or keep using distrho
|
|
cyberdrop-dl = pkgs.callPackage ./cyberdrop-dl {};
|
|
} |