[nixos] Fix variable name in README (#15413)

This commit is contained in:
Claudio Bley 2022-03-17 16:34:53 +01:00 committed by GitHub
parent 75c30eed0d
commit 18ad9759b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ your =~./spacemacs=. (You would also need to enable [[file:../../+tools/lsp/READ
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers
(nixos :variables nixos-backend 'lsp))
(nixos :variables nix-backend 'lsp))
#+END_SRC
To install [[https://github.com/nix-community/rnix-lsp][rnix-lsp]] from =nix=, run the following command in shell: