-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Problem
Trying to build nix from source following https://nix.dev/manual/nix/2.26/installation/building-source but getting all kinds of errors from meson, for example ERROR: Unknown options: "store-dir"
Proposal
Give unambiguous installation instructions such as
git clone https://github.com/NixOS/nix
cd nix
meson ?..
??? -Dstore-dir=path
Checklist
- checked [latest Nix manual] ([source])
- checked [open documentation issues and pull requests] for possible duplicates
vasi