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

Configure Feed

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

Update Github action

+7 -4
+4 -4
.github/workflows/native-build.yml
··· 17 17 - uses: cachix/install-nix-action@v12 18 18 with: 19 19 nix_path: nixpkgs=channel:nixos-unstable 20 - - uses: actions/setup-haskell@v1.1 21 - with: 22 - enable-stack: true 23 - stack-version: latest 20 + # - uses: actions/setup-haskell@v1.1 21 + # with: 22 + # enable-stack: true 23 + # stack-version: latest 24 24 25 25 # Tasks 26 26 - run: nix-shell --run "just install-deps"
+3
shell.nix
··· 21 21 pkgs.nodejs-14_x 22 22 pkgs.yarn 23 23 24 + # Indirect dependencies 25 + pkgs.gmp 26 + 24 27 ]; 25 28 }