WIP: Re-implement music visualizer

This commit is contained in:
Tristan Daniël Maat 2022-08-06 18:04:38 +01:00
parent 3788e377d9
commit ced10cc09f
Signed by: tlater
GPG key ID: 49670FD774E43268
15 changed files with 615 additions and 4 deletions

View file

@ -47,7 +47,13 @@ in {
};
shell = pkgs.npmlock2nix.shell {
inherit buildInputs prePatch node_modules_attrs;
inherit prePatch node_modules_attrs;
buildInputs =
buildInputs
++ (with pkgs; [
clang-tools
]);
src = nix-filter {
root = self;