Move hashes to nvfetcher

This commit is contained in:
muon 2025-05-24 09:30:06 +00:00
parent b11fb1e8c3
commit d6349ee91c
5 changed files with 32 additions and 35 deletions

View file

@ -1,12 +1,7 @@
{ pkgs, lib, config, ... }:
{ pkgs, lib, config, sources, ... }:
let
vesktop-nogain = (pkgs.vesktop.overrideAttrs (previousAttrs: {
patches = previousAttrs.patches ++ [
(builtins.fetchurl {
url = "https://codeberg.org/muon/gists/raw/branch/main/micfix.patch";
sha256 = "1klz3s5wl0g340nvm5kf8g14q264s7nsjiv1v1lx4hfbimdqmlvq";
})
];
patches = previousAttrs.patches ++ [ sources."vesktop.micfix".src ];
}));
in {
options.mods.social.enable =