aboutsummaryrefslogtreecommitdiff
path: root/src/nix/installables.cc
AgeCommit message (Expand)Author
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-04-16Use RootValueEelco Dolstra
2020-04-13SourceExprCommand: allocate the vSourceExpr via uncollectable memoryAndreas Rammhold
2020-03-30Backport 'nix dev-shell' from the flakes branchEelco Dolstra
2020-03-24nix edit: Support non-derivation attributesEelco Dolstra
2020-03-24findAlongAttrPath(): Return positionEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-21SourceExprCommand::getSourceExpr(): Allocate more spaceEelco Dolstra
2019-10-09getSourceExpr(): Handle channelsEelco Dolstra
2018-08-10Slightly questionable workaround for #2342Eelco Dolstra
2018-06-13nix: Remove special handling of .drv filesEelco Dolstra
2018-02-12toBuildables -> buildEelco Dolstra
2018-01-16parseExprFromFile -> evalFileEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-09-27nix build: Fix realising a store pathEelco Dolstra
2017-09-25Add "nix show-derivation"Eelco Dolstra
2017-09-10nix build: Only download the requested derivation outputsEelco Dolstra
2017-09-06nix build: Create result symlinksEelco Dolstra
2017-09-01Fix verbosity level for nix build --dry-runEelco Dolstra
2017-08-29nix edit / log: Operate on a single InstallableEelco Dolstra
2017-08-16Improve substitution progress indicatorEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-20nix search: Ignore top-level eval errorsEelco Dolstra
2017-07-20Add "nix search" commandEelco Dolstra
2017-07-14Avoid a call to derivationFromPath()Eelco Dolstra
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-07-04Fix handling of expression installables with a / in themEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-05-02Fix "nix ... --all"Eelco Dolstra
2017-04-25StorePathCommands: Build installablesEelco Dolstra
2017-04-25Set default installableEelco Dolstra
2017-04-25Interpret any installable containing a slash as a pathEelco Dolstra
2017-04-25Move code aroundEelco Dolstra
2017-04-25Restructure installables handling in the "nix" commandEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-08-23nix build: Use Nix search pathEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-02-09Add basic "nix build" commandEelco Dolstra