A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Check for correct system in shell nix file

+3 -1
+3 -1
nix/shell.nix
··· 1 1 { pkgs ? import <nixpkgs> {} }: with pkgs; let 2 2 3 + isM1Mac = stdenv.system == "aarch64-darwin"; 4 + 3 5 # Rust 4 6 # ---- 5 7 ··· 36 38 curl 37 39 just 38 40 simple-http-server 39 - pkgs-x86.watchexec 41 + (if isM1Mac then pkgs-x86.watchexec else watchexec) 40 42 ]; 41 43 42 44 languages = [