forked from lix-project/lix
Merge "flake: remove control character from file by using fromJSON" into main
This commit is contained in:
commit
8b69d13368
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
# This notice gets echoed as a dev shell hook, and can be turned off with
|
# This notice gets echoed as a dev shell hook, and can be turned off with
|
||||||
# `touch .nocontribmsg`
|
# `touch .nocontribmsg`
|
||||||
sgr = ''['';
|
sgr = builtins.fromJSON ''"\u001b["'';
|
||||||
freezePage = "https://wiki.lix.systems/books/lix-contributors/page/freezes-and-recommended-contributions";
|
freezePage = "https://wiki.lix.systems/books/lix-contributors/page/freezes-and-recommended-contributions";
|
||||||
codebaseOverview = "https://wiki.lix.systems/books/lix-contributors/page/codebase-overview";
|
codebaseOverview = "https://wiki.lix.systems/books/lix-contributors/page/codebase-overview";
|
||||||
contribNotice = builtins.toFile "lix-contrib-notice" ''
|
contribNotice = builtins.toFile "lix-contrib-notice" ''
|
||||||
|
|
Loading…
Reference in a new issue