flake: remove mullvad import

This commit is contained in:
Leonardo Eugênio 2023-05-03 08:55:32 -03:00
parent 38d0fe189a
commit e1dc83286a
3 changed files with 1 additions and 19 deletions

View file

@ -51,7 +51,7 @@
webcord = (prev.webcord or prev.unstable.webcord).overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
});
mullvad = inputs.mullvad-with-completions.legacyPackages.${prev.system}.mullvad;
mullvad = final.unstable.mullvad;
});
patches = (final: prev: {