Skip to content

docs: deprecated or inconsistent names#1495

Merged
NotAShelf merged 2 commits intoNotAShelf:mainfrom
faretek1:patch-1
Apr 2, 2026
Merged

docs: deprecated or inconsistent names#1495
NotAShelf merged 2 commits intoNotAShelf:mainfrom
faretek1:patch-1

Conversation

@faretek1
Copy link
Copy Markdown
Contributor

@faretek1 faretek1 commented Apr 1, 2026

  • When I tried this code I was getting an error attribute 'neovim' missing. When i changed it to my-neovim (from the other code above), it worked.
  • Also replaced pkgs.stdenv.system with pkgs.stdenv.hostPlatform.system as per @NotAShelf 's advice (tested this on my machine)
It may be worth adding a note in case anyone is using aarch64 or other architectures as well maybe, since I think that will cause an error with the packages.x86_64-linux.my-neovim = line?
I'm new to nix so I haven't done the stuff below other than testing it on my nixos config. But it's a really minor change so I hope it's ok!

Sanity Checking

This is a really minor PR and I am literally setting up nvf as I speak, so I'm not really sure about the stuff below

  • I have updated the changelog as per my changes
  • I have tested, and self-reviewed my code
  • My changes fit guidelines found in hacking nvf
  • Style and consistency
    • I ran Alejandra to format my code (nix fmt)
    • My code conforms to the editorconfig configuration of the project
    • My changes are consistent with the rest of the codebase
  • If new changes are particularly complex:
    • My code includes comments in particularly complex areas
    • I have added a section in the manual
    • (For breaking changes) I have included a migration guide
  • Package(s) built:
    • .#nix (default package)
    • .#maximal
    • .#docs-html (manual, must build)
    • .#docs-linkcheck (optional, please build if adding links)
  • Tested on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin

Add a 👍 reaction to pull requests you find important.

When I tried this code I was getting an error `attribute 'neovim' missing`. When i changed it to `my-neovim` (from the other code above), it worked.
Comment thread docs/manual/installation/standalone/nixos.md Outdated
github-actions bot pushed a commit that referenced this pull request Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

🚀 Live preview deployed from b4d6539

View it here:

Debug Information

Triggered by: NotAShelf

HEAD at: patch-1

Reruns: 2433

`pkgs.stdenv.system` is deprecated

Co-authored-by: raf <raf@notashelf.dev>
@faretek1 faretek1 changed the title docs: typo neovim -> my-neovim docs (standalone nixos installation): fix some names Apr 2, 2026
@NotAShelf NotAShelf changed the title docs (standalone nixos installation): fix some names docs: deprecated or inconsistent names Apr 2, 2026
@faretek1 faretek1 requested a review from NotAShelf April 2, 2026 09:04
github-actions bot pushed a commit that referenced this pull request Apr 2, 2026
@NotAShelf NotAShelf enabled auto-merge April 2, 2026 09:27
@NotAShelf NotAShelf merged commit d3304af into NotAShelf:main Apr 2, 2026
24 of 30 checks passed
@NotAShelf
Copy link
Copy Markdown
Owner

Good catch, thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants