nix-mode icon indicating copy to clipboard operation
nix-mode copied to clipboard

An Emacs major mode for editing Nix expressions.

Results 45 nix-mode issues
Sort by recently updated
recently updated
newest added

Is there a reason for the very limited set of builtins listed in the `nix-builtins` const, or would a PR covering all current ones be welcome?

This is mostly a fix, so that "nix-store-path-mode" does not show that all paths are realised.

Title I have a flake.nix at the root of my project that defines a `devShell`. From reading the source for nix-eshell, its trying to `nix-instantiate` the file its given, and...

Opening a .drv file with `nix-drv-mode` gives me this error: > error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override

I'm using a theme that uses background color for highlighting, which doesn't look too good with nix-mode's string highlighting: ![Screenshot from 2022-07-15 16-51-11](https://user-images.githubusercontent.com/16627772/179248450-e18f8114-42a6-45a5-8539-ffd6dedf5c0f.png) At `name = "${username}";`, the variable name...

Terminating quotes in strings have incorrect highlighting if directly after an antiquote brace: ![Screenshot from 2022-07-15 17-06-07](https://user-images.githubusercontent.com/16627772/179251759-eaf67e9b-6e13-4ec2-9f60-1335189dbab0.png) If not directly after: ![Screenshot from 2022-07-15 17-08-50](https://user-images.githubusercontent.com/16627772/179251895-c1e88f5f-e236-49d8-806c-ca04794f1c47.png) In the first case, it...

I get this error message Error (use-package): nix-mode/:catch: Cannot open load file: No such file or directory, json-mode from this simple [`use-package`](https://github.com/jwiegley/use-package) stanza: ```elisp (use-package nix-mode :pin nongnu) ``` With...

## Issue description Keywords that are only space-separated are not colorised as they should: only the first one has the keyword font, the next one has regular colorisation. Inserting a...

Hi, I've been meaning to switch to [alejandra](https://github.com/kamadorueda/alejandra) for formatting, and the only real blocker for me at this point is a convenient function in emacs to format my current...

It looks like 1e72a297d7b8bd734a38cf4a9e80c531335e8fef renamed `nix-unpack` to `nix-shell-unpack`, but the README still lists the old name.