about summary refs log tree commit diff
path: root/src/nix/installables.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-3/+3
2016-08-23 nix build: Use Nix search pathEelco Dolstra1-1/+11
That is, unless --file is specified, the Nix search path is synthesized into an attribute set. Thus you can say $ nix build nixpkgs.hello assuming $NIX_PATH contains an entry of the form "nixpkgs=...". This is more verbose than $ nix build hello but is less ambiguous.
2016-02-09 Add basic "nix build" commandEelco Dolstra1-0/+38
Currently only builds by attribute from <nixpkgs> or the specified file, e.g. "nix build hello".