flake: remove mullvad import
This commit is contained in:
parent
38d0fe189a
commit
e1dc83286a
17
flake.lock
17
flake.lock
|
@ -362,22 +362,6 @@
|
||||||
"type": "github"
|
"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": {
|
"nix-index-database": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -503,7 +487,6 @@
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"lipsum": "lipsum",
|
"lipsum": "lipsum",
|
||||||
"material-wifi-icons": "material-wifi-icons",
|
"material-wifi-icons": "material-wifi-icons",
|
||||||
"mullvad-with-completions": "mullvad-with-completions",
|
|
||||||
"nix-index-database": "nix-index-database",
|
"nix-index-database": "nix-index-database",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
material-wifi-icons.flake = false;
|
material-wifi-icons.flake = false;
|
||||||
|
|
||||||
sea-orm-cli.url = "github:lucperkins/nixpkgs/lperkins/sea-orm-cli";
|
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.url = "github:adi1090x/plymouth-themes";
|
||||||
plymouth-themes.flake = false;
|
plymouth-themes.flake = false;
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
webcord = (prev.webcord or prev.unstable.webcord).overrideAttrs (old: {
|
webcord = (prev.webcord or prev.unstable.webcord).overrideAttrs (old: {
|
||||||
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
|
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: {
|
patches = (final: prev: {
|
||||||
|
|
Loading…
Reference in a new issue