mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Move hashes to nvfetcher
This commit is contained in:
parent
b11fb1e8c3
commit
d6349ee91c
5 changed files with 32 additions and 35 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue