webcord broke

This commit is contained in:
Gerg-L 2023-09-12 06:23:59 -04:00
parent 6fd00910c9
commit 40c67411d7
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 28 additions and 3 deletions

View file

@ -1,4 +1,8 @@
{nvim-flake, ...}: {
{
nvim-flake,
webcord_fix,
...
}: {
pkgs,
config,
...
@ -54,7 +58,6 @@
vlc #play stuff
ripgrep
xautoclick
webcord
prismlauncher
deadnix
statix
@ -62,6 +65,10 @@
nix-index
element-desktop
;
inherit
(webcord_fix.legacyPackages.${pkgs.system})
webcord
;
inherit (nvim-flake.packages.${pkgs.system}) neovim;
lint = pkgs.writeShellScriptBin "lint" ''
deadnix -e "''${1:-.}"