nixos/mullvad-vpn: include pkgs prefix in package example (#491260)

This commit is contained in:
Fernando Rodrigues
2026-05-16 19:14:40 +00:00
committed by GitHub
@@ -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.
'';