mullvad: add completions
This commit is contained in:
parent
e3261735cc
commit
d9f56ffc93
17
flake.lock
17
flake.lock
|
@ -377,6 +377,22 @@
|
||||||
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nil-lsp": {
|
"nil-lsp": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-utils": "flake-utils_4",
|
"flake-utils": "flake-utils_4",
|
||||||
|
@ -524,6 +540,7 @@
|
||||||
"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",
|
||||||
"nil-lsp": "nil-lsp",
|
"nil-lsp": "nil-lsp",
|
||||||
"nix-index-database": "nix-index-database",
|
"nix-index-database": "nix-index-database",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
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";
|
||||||
|
|
||||||
nil-lsp.url = "github:oxalica/nil";
|
nil-lsp.url = "github:oxalica/nil";
|
||||||
nil-lsp.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
nil-lsp.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
|
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
|
||||||
});
|
});
|
||||||
nil-lsp = inputs.nil-lsp.packages.${prev.system}.nil;
|
nil-lsp = inputs.nil-lsp.packages.${prev.system}.nil;
|
||||||
|
mullvad = inputs.mullvad-with-completions.legacyPackages.${prev.system}.mullvad;
|
||||||
});
|
});
|
||||||
|
|
||||||
patches = (final: prev: {
|
patches = (final: prev: {
|
||||||
|
|
Loading…
Reference in a new issue