aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-04precompiled-headers.h: Don't include our own headersEelco Dolstra
2020-05-04Merge pull request #3558 from LnL7/ssh-ng-stderrEelco Dolstra
2020-05-02logging: handle build log lines in simple loggerDaiderd Jordan
2020-05-02remote-store: don't log raw stderr by defaultDaiderd Jordan
2020-05-01Fix buildEelco Dolstra
2020-05-01rename run to shell in testsMatthew Kenigsberg
2020-05-01rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-05-01Fix coverage jobEelco Dolstra
2020-05-01Tweak README.mdEelco Dolstra
2020-05-01Merge pull request #3552 from gilligan/revamp-readmeDomen Kožar
2020-05-01Update README.mdDomen Kožar
2020-05-01Update README.mdDomen Kožar
2020-05-01Update README.mdDomen Kožar
2020-04-30Revamp README.mdTobias Pflug
2020-04-30Update issue templatesDomen Kožar
2020-04-30Update issue templatesDomen Kožar
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-30Merge pull request #3548 from Ma27/fetchtarball-posDomen Kožar
2020-04-29Fix displaying error-position in `builtins.fetch{Tree,Tarball}`Maximilian Bosch
2020-04-29Merge pull request #3547 from nlewo/grantptEelco Dolstra
2020-04-29Only call grantpt on MacOS systemsAntoine Eiche
2020-04-28Merge pull request #3542 from mkenigs/gcrootsEelco Dolstra
2020-04-28rename to NIX_GCROOTMatthew Kenigsberg
2020-04-28Tweak warning messageEelco Dolstra
2020-04-28Merge branch 'nix-env-warn-unmatched' of https://github.com/lheckemann/nixEelco Dolstra
2020-04-28Merge pull request #3541 from alyssais/gcdosEelco Dolstra
2020-04-27Fix long paths permanently breaking GCAlyssa Ross
2020-04-27commentMatthew Kenigsberg
2020-04-27Set GCROOT to store path to prevent garbage collectionMatthew Kenigsberg
2020-04-25nix-env: refactor uninstallDerivationsLinus Heckemann
2020-04-22Don't include error.hh in util.hh to prevent header bloatEelco Dolstra
2020-04-22Don't install error-demoEelco Dolstra
2020-04-22Merge branch 'error-format' of https://github.com/bburdette/nixEelco Dolstra
2020-04-22Path fetcher: Fix store path nameEelco Dolstra
2020-04-22Merge pull request #3522 from HackerFoo/replace-select-with-pollEelco Dolstra
2020-04-21Replace select() with poll() to allow waiting on more than FD_SETSIZE fdsDustin DeWeese
2020-04-18Merge pull request #3502 from NixOS/more-posDomen Kožar
2020-04-16iomanip no longer neededBen Burdette
2020-04-16Use Logger::stdout()Eelco Dolstra
2020-04-16Logger: Add method for writing to stdoutEelco Dolstra
2020-04-16Use RootValueEelco Dolstra
2020-04-16switch to structs, which don't need public:Ben Burdette
2020-04-16JSONSax: Use a RootValueEelco Dolstra
2020-04-16ValueMap, VectorVector: Use traceable_allocatorEelco Dolstra
2020-04-16Add function to allocate a Value in traceable memoryEelco Dolstra
2020-04-16fetchMercurial: Use inputFromAttrs()Eelco Dolstra