this repo has no description

nix/overlay: Fix name in package.json

This fixes the icon of Canary in the task bar. We changed this
in the installer a while back, but never brought it here.

Changed files
+1 -1
nix
+1 -1
nix/overlay.nix
···
'';
packageJson = ''
-
{"name":"discord","main":"./injector.js","private":true}
+
{"name":"${name}","main":"./injector.js","private":true}
'';
in old.installPhase + "\n" + ''