about summary refs log tree commit diff
path: root/src/nix/installables.cc
AgeCommit message (Collapse)AuthorFilesLines
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-1/+1
2016-08-23 nix build: Use Nix search pathEelco Dolstra1-5/+37
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-06-01 Make the store directory a member variable of StoreEelco Dolstra1-1/+1
2016-02-09 Add basic "nix build" commandEelco Dolstra1-0/+75
Currently only builds by attribute from <nixpkgs> or the specified file, e.g. "nix build hello".