Skip to content

makeNixvim and man nixvim not appearing for default flake setup #2099

Closed Answered by MattSturgeon
Readf0x asked this question in Q&A
Discussion options

You must be logged in to vote

nix run doesn't install anything. You can use nix shell to enter a "shell" where the package is installed, however to install things persistently, you need to add them to your system config, e.g. your nixos config or your home-manager config.

For example, in my system flake I have a standalone packages.<system>.nvim flake output. I then pass my flake itself through to my config modules using specialArgs, and install self.packages.${pkgs.system}.nvim in my home.packages.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Readf0x
Comment options

Answer selected by Readf0x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants