aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2020-05-06todo removalBen Burdette
2020-05-06Remove the nixpkgs.<attr> compatibility hackEelco Dolstra
2020-05-06Merge pull request #3570 from Mic92/nix-searchDomen Kožar
2020-05-06nix/search: no error for empty search results if json is enabledJörg Thalheim
2020-05-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-06Merge pull request #3546 from guibou/nix_readfile_on_0_sized_filesEelco Dolstra
2020-05-06Merge pull request #3557 from Ma27/nix-repl-helpEelco Dolstra
2020-05-05Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-05nix doctor: ConsistencyEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-03convert some printError calls to logErrorBen Burdette
2020-05-01Improve help-message for nix-replMaximilian Bosch
2020-05-01Fix buildEelco Dolstra
2020-05-01rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-05-01Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-30logErrorBen Burdette
2020-04-30typoBen Burdette
2020-04-30nix dev-shell: Unset shellHookEelco Dolstra
2020-04-30nix dev-shell: Support structured attrsEelco Dolstra
2020-04-30nix dev-shell: Refactor script for getting the environmentEelco Dolstra
2020-04-29rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-04-29Remove the `drain` argument from `readFile`Guillaume Bouchard
2020-04-29nix copy: Build derivationsEelco Dolstra
2020-04-29nix copy: Move --from / --to checkEelco Dolstra
2020-04-29Evaluation cache: Don't barf in read-only modeEelco Dolstra
2020-04-29Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-28rename to NIX_GCROOTMatthew Kenigsberg
2020-04-27Improve path:// handlingEelco Dolstra
2020-04-27flake-template.nix: Add defaultPackageEelco Dolstra
2020-04-27commentMatthew Kenigsberg
2020-04-27Set GCROOT to store path to prevent garbage collectionMatthew Kenigsberg
2020-04-27Improve error message when an argument is not a flakeEelco Dolstra
2020-04-27nix search: Search legacyPackages recursivelyEelco Dolstra
2020-04-24nix search: Show versionEelco Dolstra
2020-04-21remove 'format' from Error constructor callsBen Burdette
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-19logEI for tunnelLogger and progressbarBen Burdette
2020-04-19Store more stuff in the evaluation cacheEelco Dolstra
2020-04-18Eval cache: Don't replace real attributes with placeholdersEelco Dolstra
2020-04-17Wrap eval cache creation in a giant transactionEelco Dolstra
2020-04-17logError, logWarning; Logger functions; switch to Verbosity enumBen Burdette
2020-04-17Use a more space/time-efficient representation for the eval cacheEelco Dolstra
2020-04-17Add flag to disable the eval cacheEelco Dolstra
2020-04-17nix flake show: Speed up eval cache biglyEelco Dolstra
2020-04-17nix flake show: Support appsEelco Dolstra
2020-04-17Hide progress bar on exitEelco Dolstra
2020-04-17nix flake show: Use evaluation cacheEelco Dolstra