From c2c26120d7e76b2ab9a2f6584c8d6223fbd1123a Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 24 Apr 2021 19:06:40 +0200 Subject: [PATCH] scmpuff: fix formatting --- modules/programs/scmpuff.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/programs/scmpuff.nix b/modules/programs/scmpuff.nix index 5f34e7db6..22731e857 100644 --- a/modules/programs/scmpuff.nix +++ b/modules/programs/scmpuff.nix @@ -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;