aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-08-01 22:25:36 +0000
committerGerrit Code Review <gerrit@localhost>2024-08-01 22:25:36 +0000
commit8b69d1336804b08d01b6ec2a49709062b6c96d2b (patch)
tree969b4258e9d546bb5af259edb3a897fd388917d2
parent61a93d53081141d4ab222dcb939dd5caa8ffc767 (diff)
parente6fc3e9227f6100800a64f93d87f03029e131db8 (diff)
Merge "flake: remove control character from file by using fromJSON" into main
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d2173cf47..a1fc947b7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,7 +33,7 @@
# This notice gets echoed as a dev shell hook, and can be turned off with
# `touch .nocontribmsg`
- sgr = ''['';
+ sgr = builtins.fromJSON ''"\u001b["'';
freezePage = "https://wiki.lix.systems/books/lix-contributors/page/freezes-and-recommended-contributions";
codebaseOverview = "https://wiki.lix.systems/books/lix-contributors/page/codebase-overview";
contribNotice = builtins.toFile "lix-contrib-notice" ''