Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-19 | Explain how Nix handles antiquotation of paths | Johan Herland | |
Specifically, explain why Nix does not _re_evaluate paths during a `nix repl` session. This is a thing that bit me while playing around with paths and antiquotation in `nix repl` while reading the Nix language tutorial at https://nix.dev/tutorials/nix-language. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-08-04 | manual: remove "Writing Nix Expressions" chapter | Valentin Gagarin | |
it is out of date, all over the place in level of detail, is really about `nixpkgs`, and in general instructions should not be part of a reference manual. also: - update redirects and internal links - use "Nix language" consistently |