Files
lix/src
Maximilian Bosch 64f03635d7 Fix ANSI color constants
The `m` acts as termination-symbol when declaring graphics. Because
of this, the `;1m` doesn't have any effect and is directly printed to
the console:

```
$ nix repl
> builtins.fetchGit { /* ... */ }
{ outPath = "/nix/store/s0f0iz4a41cxx2h055lmh6p2d5k5bc6r-source"; rev = "e73e45b723a9a6eecb98bd5f3df395d9ab3633b6"; revCount = ;1m428; shortRev = "e73e45b"; submodules = ;1mfalse; }
```

Introduced by 6403508f5a.
2020-07-12 16:52:20 +02:00
..
2020-06-18 22:11:26 +00:00
2020-07-03 14:50:07 +02:00
2020-07-10 15:56:24 +02:00
2020-07-12 16:52:20 +02:00
2020-07-03 07:57:36 -06:00
2020-06-15 14:12:39 +02:00
2020-06-24 13:46:25 -06:00