summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@xerxes.r>2019-07-15 18:22:35 +0200
committerlassulus <lass@xerxes.r>2019-07-15 18:22:35 +0200
commitb13a28d867653afb99f7fa7bf74d6b8c6800fe86 (patch)
tree6d97fa3fd5fb41ddc9bd6a74dd2a389e08acfd4d
parent3f0435e89cbdccf8ad8ab351cc3eab349c427e60 (diff)
bier bal: prefix nicks with the_
-rw-r--r--krebs/2configs/reaktor2.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix
index b52125ae..f4fa2ca7 100644
--- a/krebs/2configs/reaktor2.nix
+++ b/krebs/2configs/reaktor2.nix
@@ -70,7 +70,8 @@ let
filename = pkgs.writeDash "bier-balance" ''
${pkgs.hledger}/bin/hledger -f $state_file bal -N -O csv \
| ${pkgs.coreutils}/bin/tail +2 \
- | ${pkgs.miller}/bin/mlr --icsv --opprint cat
+ | ${pkgs.miller}/bin/mlr --icsv --opprint cat \
+ | ${pkgs.gnused}/bin/sed 's/^/the_/'
'';
};
}