cabal-club / cabal-desktop

Desktop client for Cabal, the p2p/decentralized/local-first chat platform.
https://cabal.chat
GNU Affero General Public License v3.0
850 stars 78 forks source link

stuck at Initializing... on NixOS #274

Open bbigras opened 4 years ago

bbigras commented 4 years ago

I'm trying to run it on NixOS.

I added the "nix": "nix run nixpkgs.electron_6 -c electron ." part of https://github.com/cabal-club/cabal-desktop/pull/245

[nix-shell:~/tmp/cabal-desktop]$ yarn nix
yarn run v1.22.4
$ nix run nixpkgs.electron_6 -c electron .
Fontconfig warning: "/etc/fonts/fonts.conf", line 86: unknown element "blank"
APPIMAGE env is not defined, current application is not an AppImage

image

bbigras commented 4 years ago

Any ideas?

cblgh commented 4 years ago

Sorry, I have never used Nix so I'm not sure what's up with that. If you are using #245, maybe @Yutyo could offer some advice? It seems they managed to make desktop work on Nix :)