scmpuff: use pkgs.scmpuff

This commit is contained in:
Robert Helgesson 2021-05-18 00:47:40 +02:00
parent adbabcd0a0
commit f9e45390de
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
6 changed files with 8 additions and 8 deletions

View file

@ -11,8 +11,8 @@ in {
package = mkOption {
type = types.package;
default = pkgs.gitAndTools.scmpuff;
defaultText = literalExample "pkgs.gitAndTools.scmpuff";
default = pkgs.scmpuff;
defaultText = literalExample "pkgs.scmpuff";
description = "Package providing the <command>scmpuff</command> tool.";
};