Skip to content

wgsl-analyzer is not in NixOS stable #579

Answered by NotAShelf
harmanhobbit asked this question in Q&A
Discussion options

You must be logged in to vote

nvf follows nixos-unstable by default. Removing a possible inputs.nixpkgs.follows line would automatically have your nvf use the same nixpkgs channel as this repository. Though if you have an input for unstable, then set inputs.nixpkgs.follows under inputs.nvf to the name of your unstable input. For example:

# flake.nix
 inputs = {
     unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
     nvf = {
       url = "github:NotAShelf/nvf";
       inputs.nixpkgs.follows = "unstable";
     };
 };

I am also unsure why I am having to declare a package for lsp support for a language that I have not enabled.

This is a "quirk" of Nix. Even though the package will not be realized (i.e. it won't …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by harmanhobbit
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