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

@ -362,22 +362,6 @@
"type": "github"
}
},
"mullvad-with-completions": {
"locked": {
"lastModified": 1678324985,
"narHash": "sha256-3sMttd97Gmp7l52r2kQyKqlgy9apEPrVY2rcKQhJqQI=",
"owner": "lelgenio",
"repo": "nixpkgs",
"rev": "2628078705eb863a60888ceb9da39475617750a6",
"type": "github"
},
"original": {
"owner": "lelgenio",
"ref": "mullvad-add-shell-completions",
"repo": "nixpkgs",
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
@ -503,7 +487,6 @@
"hyprland": "hyprland",
"lipsum": "lipsum",
"material-wifi-icons": "material-wifi-icons",
"mullvad-with-completions": "mullvad-with-completions",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",

View File

@ -36,7 +36,6 @@
material-wifi-icons.flake = false;
sea-orm-cli.url = "github:lucperkins/nixpkgs/lperkins/sea-orm-cli";
mullvad-with-completions.url = "github:lelgenio/nixpkgs/mullvad-add-shell-completions";
plymouth-themes.url = "github:adi1090x/plymouth-themes";
plymouth-themes.flake = false;

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: {