mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -22,8 +22,13 @@ let
|
||||
};
|
||||
in writeShellScriptBin "depp" ''
|
||||
if [ $# -gt 0 ]; then
|
||||
git ${lib.concatStringsSep " " (lib.attrsets.mapAttrsToList aliasFlag aliases)} "$@"
|
||||
git ${
|
||||
lib.concatStringsSep " " (lib.attrsets.mapAttrsToList aliasFlag aliases)
|
||||
} "$@"
|
||||
else
|
||||
printf "${lib.concatStringsSep "\n" (lib.attrsets.mapAttrsToList (n: v: n + " " + v) aliases)}\n"
|
||||
printf "${
|
||||
lib.concatStringsSep "\n"
|
||||
(lib.attrsets.mapAttrsToList (n: v: n + " " + v) aliases)
|
||||
}\n"
|
||||
fi
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user