Skip to content

Commit

Permalink
mkpasswd: make the package high priority
Browse files Browse the repository at this point in the history
Otherwise, if you have the `expect` package installed, its `mkpasswd`
program can override the one from the `mkpasswd` package. If that
happens, the NixOS documentation instructions for generating a hashed
password to put into `configuration.nix` will not work.
  • Loading branch information
wizeman authored and globin committed Jan 25, 2017
1 parent d9987f3 commit 30c3fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -2838,7 +2838,7 @@ with pkgs;

mkcue = callPackage ../tools/cd-dvd/mkcue { };

mkpasswd = callPackage ../tools/security/mkpasswd { };
mkpasswd = hiPrio (callPackage ../tools/security/mkpasswd { });

mkrand = callPackage ../tools/security/mkrand { };

Expand Down

0 comments on commit 30c3fde

Please sign in to comment.