flake: remove mullvad import
This commit is contained in:
parent
38d0fe189a
commit
e1dc83286a
3 changed files with 1 additions and 19 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue