diff --git a/docs/manual/installation/standalone/nixos.md b/docs/manual/installation/standalone/nixos.md index d5c48c66..cd0002bd 100644 --- a/docs/manual/installation/standalone/nixos.md +++ b/docs/manual/installation/standalone/nixos.md @@ -52,7 +52,7 @@ the default theme enabled. You may use other options inside `config.vim` in # Can also move this to another config file if you pass your own # inputs/self around with specialArgs ({pkgs, ...}: { - environment.systemPackages = [self.packages.${pkgs.stdenv.system}.neovim]; + environment.systemPackages = [self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim]; }) ]; # ...