rnix-lsp
WIP Language Server for Nix! [maintainer=@aaronjanse] (by nix-community)
nix-direnv
A fast, persistent use_nix/use_flake implementation for direnv [maintainer=@Mic92 / @bbenne10] (by nix-community)
rnix-lsp | nix-direnv | |
---|---|---|
7 | 29 | |
695 | 1,967 | |
- | 4.2% | |
0.0 | 8.1 | |
about 1 year ago | 6 days ago | |
Rust | Shell | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rnix-lsp
Posts with mentions or reviews of rnix-lsp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-25.
-
Editor support for the nix language?
There's a work in progress language server: rnix which I'm using in emacs. Features like autocomplete are limited though, I'm guessing because you'd need to evaluate the actual Nix code to correctly deduce what properties exist.
-
What are the biggest Pain Points with NIX? And what makes it worth the pain?
There’s rnix-lsp.
- Our Roadmap for Nix
-
Rust Environment and Docker Build with Nix Flakes
https://github.com/nix-community/rnix-lsp works ok, it has some autocomplete but it does not infer options most packages expose unfortunately.
- rnix-lsp not working with an m1 mac in macos:
-
Statix — Lints and Suggestions for the Nix programming language
Looks cool! Any thoughts on the relationship between Statix and https://github.com/nix-community/rnix-lsp ?
- Nix-GUI: Make NixOS usable for non-technical users through settings / GUI
nix-direnv
Posts with mentions or reviews of nix-direnv.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-20.
- Enlightenmentware
-
Poetry2Nix Development Flake with Matplotlib GTK Support
You might want to checkout direnv and nix-direnv for added convenience.
- A faster, persistent implementation of direnv's use_Nix and use_flake
-
How do multiple versions of the package internally work?
BTW: I personally use direnv with nix-direnv. This basically works by setting your shell with proper tooling when you enter the directory.
-
I have a few beginner question, what is the difference between nix shell/env and what is the difference between flakes/home-manager?
I'm not sure what you mean by nix env, maybe you are referring to nix-direnv?
-
Just a reminder to make sure Garbage Collection is running
Although currently I'm using direnv + nix-direnv. Keep in mind that direnv has builtin nix support which is very basic and doesn't do any caching. So you still needs this add-on to preserve roots.
-
What do you install with configuration.nix and home manager
I distinguish between system level things and user level things, even though I don't really have different users on my machine. I install the bare minimum number of packages + a lot of different drivers in the configuration.nix, and desktop and editor related things in HM. For development environment, I have environment per project using mkShell and https://github.com/nix-community/nix-direnv, which allows you to switch to the specific environment once you cd into the directory. (Although I do have python installed globally with some commonly used packages such as numpy, so I can just start python and write something when I need to, without creating an environment)
-
How do YOU use your PKMS?
I further make my software projects so that when I click a link I go into an environment pre-loaded with their dependencies so dropping in/out of projects is always frictionless. I do this with the reproducibility guarantees of nix, along with glue like nix-direnv and envrc-mode to direnv.
-
Nuenv: an experimental Nushell environment for Nix
(I also use nix-direnv)
-
NixOS + Haskell best practices circa March 2023
direnv
What are some alternatives?
When comparing rnix-lsp and nix-direnv you can also consider the following projects:
nickel - Better configuration for less
devenv - Fast, Declarative, Reproducible, and Composable Developer Environments
nixos-hardware - A collection of NixOS modules covering hardware quirks.
devshell - Per project developer environments
nix-config - :space_invader: NixOS configuration
lorri - Your project's nix-env
nil - NIx Language server, an incremental analysis assistant for writing in Nix.
nixos-nvidia-vgpu - NixOS NVIDIA vGPU Module
naersk - Build Rust projects in Nix - no configuration, no code generation, no IFD, sandbox friendly.
statix - lints and suggestions for the nix programming language
flake-utils - Pure Nix flake utility functions [maintainer=@zimbatm]