1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-25 07:58:31 +02:00

scmpuff: fix formatting

This commit is contained in:
Robert Helgesson 2021-04-24 19:06:40 +02:00
parent 839645caf3
commit c2c26120d7
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -5,8 +5,9 @@ in {
meta.maintainers = [ maintainers.cpcloud ];
options.programs.scmpuff = {
enable = mkEnableOption
"scmpuff, a command line tool that allows you to work quicker with Git by substituting numeric shortcuts for files";
enable = mkEnableOption ''
scmpuff, a command line tool that allows you to work quicker with Git by
substituting numeric shortcuts for files'';
package = mkOption {
type = types.package;