Re-implement music visualizer
This commit is contained in:
parent
3788e377d9
commit
ff39947b97
14 changed files with 669 additions and 3 deletions
nix
|
@ -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;
|
||||
|
|
Reference in a new issue