diff options
author | jade <lix@jade.fyi> | 2024-08-01 22:25:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-08-01 22:25:36 +0000 |
commit | 8b69d1336804b08d01b6ec2a49709062b6c96d2b (patch) | |
tree | 969b4258e9d546bb5af259edb3a897fd388917d2 | |
parent | 61a93d53081141d4ab222dcb939dd5caa8ffc767 (diff) | |
parent | e6fc3e9227f6100800a64f93d87f03029e131db8 (diff) |
Merge "flake: remove control character from file by using fromJSON" into main
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" '' |