Skip to content

Commit

Permalink
nix code block -> bare code block
Browse files Browse the repository at this point in the history
We seemingly don't support nix syntax highlighting. It breaks the build.
  • Loading branch information
raddevon committed Jan 25, 2024
1 parent 20d0224 commit e9cfe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/contributing/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ On Ubuntu 22.10, these can be installed by running:
A Nix shell with all dependencies and a Python virtual environment can
be built with the following ``shell.nix`` file.

.. code:: nix
.. code::
with import <nixpkgs> {};
pkgs.mkShell {
Expand Down

0 comments on commit e9cfe49

Please sign in to comment.