Skip to content

Commit 59bacfc

Browse files
authored
Document developing on Nix (#246)
1 parent 95b08cd commit 59bacfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ install Xephyr and run the scripts
6262
- `utils/xephyr/start-xephyr.sh`
6363
- `utils/xephyr/xephyr-notion.sh`
6464

65+
## Developing on NixOS
66+
67+
When running NixOS, you can easily fetch the relevant dependencies with
68+
`nix-shell '<nixpkgs>' -A notion`. Unfortunately Xephyr on NixOS doesn't
69+
automatically load the X11 fonts, see https://github.com/NixOS/nixpkgs/issues/28599
70+
6571
## Releasing and versioning
6672

6773
We don't publish binaries, that is up to the distributions.

0 commit comments

Comments
 (0)