pkgs: add bt-migrate

This commit is contained in:
Bruno BELANYI 2024-03-05 21:16:34 +00:00
parent ef882a5267
commit 077d0f021b
2 changed files with 64 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{ pkgs }:
pkgs.lib.makeScope pkgs.newScope (pkgs: {
bt-migrate = pkgs.callPackage ./bt-migrate { };
bw-pass = pkgs.callPackage ./bw-pass { };
change-audio = pkgs.callPackage ./change-audio { };