about summary refs log tree commit diff
path: root/src/nix/installables.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20 nix search: Ignore top-level eval errorsEelco Dolstra1-1/+5
2017-07-20 Add "nix search" commandEelco Dolstra1-8/+8
2017-07-14 Avoid a call to derivationFromPath()Eelco Dolstra1-26/+23
2017-07-14 StorePathsCommand: Don't build installablesEelco Dolstra1-3/+3
2017-07-04 Fix handling of expression installables with a / in themEelco Dolstra1-4/+4
2017-05-16 Improve progress indicatorEelco Dolstra1-3/+3
2017-05-02 Fix "nix ... --all"Eelco Dolstra1-11/+11
2017-04-25 StorePathCommands: Build installablesEelco Dolstra1-1/+10
2017-04-25 Set default installableEelco Dolstra1-1/+7
2017-04-25 Interpret any installable containing a slash as a pathEelco Dolstra1-11/+7
2017-04-25 Move code aroundEelco Dolstra1-10/+10
2017-04-25 Restructure installables handling in the "nix" commandEelco Dolstra1-48/+185
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-1/+1
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
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