mullvad: add completions

This commit is contained in:
Leonardo Eugênio 2023-03-09 10:10:19 -03:00
parent e3261735cc
commit d9f56ffc93
3 changed files with 19 additions and 0 deletions

View File

@ -377,6 +377,22 @@
"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"
}
},
"nil-lsp": {
"inputs": {
"flake-utils": "flake-utils_4",
@ -524,6 +540,7 @@
"hyprland": "hyprland",
"lipsum": "lipsum",
"material-wifi-icons": "material-wifi-icons",
"mullvad-with-completions": "mullvad-with-completions",
"nil-lsp": "nil-lsp",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs",

View File

@ -36,6 +36,7 @@
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";
nil-lsp.url = "github:oxalica/nil";
nil-lsp.inputs.nixpkgs.follows = "nixpkgs-unstable";

View File

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