scmpuff: use pkgs.scmpuff
This commit is contained in:
parent
adbabcd0a0
commit
f9e45390de
6 changed files with 8 additions and 8 deletions
|
|
@ -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.";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue