Skip to content

Commit b3ff5c2

Browse files
committed
docs: Fix scrolling behaviour
By adding language to a codeblock
1 parent c5b3677 commit b3ff5c2

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

doc/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Passing `--trace-verbose` to Nix commands causes haskell-flake to print verbose
1010
1111
The below is a sample output when building [haskell-multi-nix](https://github.com/srid/haskell-multi-nix/tree/debug) with `--trace-verbose`:
1212

13-
```
13+
```text
1414
$ nix --no-eval-cache build -L --trace-verbose github:srid/haskell-multi-nix 2>&1 | ts '[%H:%M:%S]'
1515
[22:45:38] trace: DEBUG[haskell-flake] [haskell-multi-nix#haskellProjects.default]: default.findPackagesInCabalProject = {"bar":"/nix/store/5zvwxw2n801bbjcz3685dp20y8afjmld-source/./bar","foo":"/nix/store/5zvwxw2n801bbjcz3685dp20y8afjmld-source/./foo"}
1616
[22:45:38] trace: DEBUG[haskell-flake] [haskell-multi-nix#haskellProjects.default]: defaults.packages = {"bar":{"imports":[{"_file":"/nix/store/sv90dpz2fgn93kvzc14szqn77wvjssv0-source/nix/modules/project/defaults.nix, via option perSystem.aarch64-darwin.haskellProjects.default.defaults.packages.bar","imports":[{"source":"/nix/store/5zvwxw2n801bbjcz3685dp20y8afjmld-source/./bar"}]}]},"foo":{"imports":[{"_file":"/nix/store/sv90dpz2fgn93kvzc14szqn77wvjssv0-source/nix/modules/project/defaults.nix, via option perSystem.aarch64-darwin.haskellProjects.default.defaults.packages.foo","imports":[{"source":"/nix/store/5zvwxw2n801bbjcz3685dp20y8afjmld-source/./foo"}]}]}}

doc/index.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ template:
1010
# You can add your own variables here, like editBaseUrl.
1111
# See after-note.tpl to see where editBaseUrl gets used.
1212
editBaseUrl: https://github.com/srid/haskell-flake/edit/master/doc
13-
14-
# Uncomment this to get neuron-style pages
15-
# name: /templates/layouts/note
16-
# layout:
17-
# note:
18-
# containerClass: container mx-auto max-w-screen-lg
19-
2013
sidebar:
2114
collapsed: false
22-
23-
# If you are hosting on GitLab Pages, you may want to remove this.
2415
urlStrategy: pretty

0 commit comments

Comments
 (0)