Add patched bitwig-studio to packages

This commit is contained in:
2023-03-29 13:46:58 +02:00
parent a2458ac39d
commit c0e417854b
8 changed files with 39 additions and 0 deletions

View File

@@ -27,6 +27,10 @@
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
local-bitwig = {
url = "path:/home/coolneng/Projects/panacea/assets/bitwig";
flake = false;
};
};
outputs = { self, nixpkgs, agenix, nix-index-database, ... }@inputs: