Skip to content

Commit 18ad975

Browse files
authored
[nixos] Fix variable name in README (#15413)
1 parent 75c30ee commit 18ad975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/+os/nixos/README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ your =~./spacemacs=. (You would also need to enable [[file:../../+tools/lsp/READ
3939

4040
#+BEGIN_SRC emacs-lisp
4141
(setq-default dotspacemacs-configuration-layers
42-
(nixos :variables nixos-backend 'lsp))
42+
(nixos :variables nix-backend 'lsp))
4343
#+END_SRC
4444

4545
To install [[https://github.com/nix-community/rnix-lsp][rnix-lsp]] from =nix=, run the following command in shell:

0 commit comments

Comments
 (0)