We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b08cd commit 59bacfcCopy full SHA for 59bacfc
CONTRIBUTING.md
@@ -62,6 +62,12 @@ install Xephyr and run the scripts
62
- `utils/xephyr/start-xephyr.sh`
63
- `utils/xephyr/xephyr-notion.sh`
64
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
71
## Releasing and versioning
72
73
We don't publish binaries, that is up to the distributions.
0 commit comments