1

add derivations/default.nix

This commit is contained in:
2022-08-09 21:25:05 +02:00
parent 20a208069f
commit 461f43b5f2

5
derivations/default.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs }:
{
vital-synth = pkgs.callPackage ./vital-synth {};
}