aboutsummaryrefslogtreecommitdiff
path: root/src/nix/installables.cc
AgeCommit message (Expand)Author
2020-06-17InstallableFlake: Show all possible attribute namesEelco Dolstra
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-11Represent 'follows' inputs explicitly in the lock fileEelco Dolstra
2020-06-08Add completion for --update-inputEelco Dolstra
2020-06-05Fix completion of --templateEelco Dolstra
2020-06-04nix flake init: Add a '--template' flagEelco Dolstra
2020-06-04Disable eval cache with --impureEelco Dolstra
2020-05-30Remove TreeInfoEelco Dolstra
2020-05-28nixpkgsFlakeRef(): Use locked nixpkgsEelco Dolstra
2020-05-16Call lockFlake once and store in _lockedFlakeMatthew Kenigsberg
2020-05-16use flake's nixpkgs to find bashInteractiveMatthew Kenigsberg
2020-05-12Merge pull request #3587 from NixOS/bash-completionEelco Dolstra
2020-05-12Fix InstallableCommandEelco Dolstra
2020-05-11nix flake: Add completion supportEelco Dolstra
2020-05-11When completing flakerefs, only return directoriesEelco Dolstra
2020-05-11Add completion for installablesEelco Dolstra
2020-05-11CleanupEelco Dolstra
2020-05-10Add completion for pathsEelco Dolstra
2020-05-09Reorder to buildMatthew Kenigsberg
2020-05-09Refactor installablesMatthew Kenigsberg
2020-05-09InstallableExpr unusedMatthew Kenigsberg
2020-05-06Remove the nixpkgs.<attr> compatibility hackEelco Dolstra
2020-05-05Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-04-29Evaluation cache: Don't barf in read-only modeEelco Dolstra
2020-04-27Improve path:// handlingEelco Dolstra
2020-04-27Improve error message when an argument is not a flakeEelco Dolstra
2020-04-20Revive 'nix search'Eelco Dolstra
2020-04-20Move eval-cache.{cc,hh}Eelco Dolstra
2020-04-20Get rid of the old eval cacheEelco Dolstra
2020-04-16Use RootValueEelco Dolstra
2020-04-16Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-16Merge remote-tracking branch 'origin/master' into flakesEelco 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-30Move fetchers from libstore to libfetchersEelco Dolstra
2020-03-24nix edit: Support non-derivation attributesEelco Dolstra
2020-03-24findAlongAttrPath(): Return positionEelco Dolstra
2020-03-18Remove flake closure cachingEelco Dolstra
2020-02-19Fix nixpkgs.<attr> warningEelco Dolstra
2020-02-14Fix buildEelco Dolstra
2020-02-07nix edit: Support non-derivation attributesEelco Dolstra
2020-02-07findAlongAttrPath(): Return positionEelco Dolstra
2020-02-05Add option --commit-lock-fileEelco Dolstra
2020-02-02Renamed ref / resolvedRef -> lockedRefEelco Dolstra
2020-01-31CleanupEelco Dolstra
2020-01-29Add --update-input flag to update a specific flake inputEelco Dolstra
2020-01-29Clean up the lock file handling flagsEelco Dolstra