treewide: Fix all Nix ASTs in all markdown files
This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only.
This commit is contained in:
committed by
Valentin Gagarin
parent
bc77c7a973
commit
fcc95ff817
@@ -42,7 +42,7 @@ To use the local proxy in Go builds, you can set the proxy as environment variab
|
||||
```nix
|
||||
{
|
||||
environment.variables = {
|
||||
GOPROXY = "http://localhost:3000"
|
||||
GOPROXY = "http://localhost:3000";
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
@@ -52,5 +52,7 @@ learning Kinos require `gcc` and `gnumake`. To add these, use
|
||||
`extraPackages`:
|
||||
|
||||
```nix
|
||||
services.livebook.extraPackages = with pkgs; [ gcc gnumake ];
|
||||
{
|
||||
services.livebook.extraPackages = with pkgs; [ gcc gnumake ];
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user