nixos/mullvad-vpn: include pkgs prefix in package example

The value for the package choice is expected to be a nix package, so the example should exactly reflect that.
This commit is contained in:
spaceoden
2026-02-16 19:18:00 -08:00
committed by GitHub
parent f3e91ff80f
commit 45d01afb40
@@ -39,7 +39,7 @@ with lib;
};
package = mkPackageOption pkgs "mullvad" {
example = "mullvad-vpn";
example = "pkgs.mullvad-vpn";
extraDescription = ''
`pkgs.mullvad` only provides the CLI tool, `pkgs.mullvad-vpn` provides both the CLI and the GUI.
'';