aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-12Don’t recommend writing unit testsThéophane Hufschmitt
2022-05-10Expand the testing section of the hacking docsThéophane Hufschmitt
2022-05-09Merge pull request #6505 from jtojnar/patch-3Théophane Hufschmitt
2022-05-08libexpr: Fix manual link in error messageJan Tojnar
2022-05-06Add unit tests for libexpr (#5377)Andreas Rammhold
2022-05-06renderMarkdownToTerminal(): Avoid line overflowEelco Dolstra
2022-05-06Merge pull request #6483 from NixOS/fix-sourcehut-ref-parsingEelco Dolstra
2022-05-05Merge pull request #6489 from alexshpilkin/fix-6488Eelco Dolstra
2022-05-05Make sure that `nix build` works in `--impure` modeThéophane Hufschmitt
2022-05-05Merge pull request #6492 from thkoch2001/patch-2Eelco Dolstra
2022-05-05Change json example to be originalthkoch2001
2022-05-04Add forgotten null checkAlexander Shpilkin
2022-05-04Fix the parsing of the sourcehut refs fileThéophane Hufschmitt
2022-05-04Merge pull request #6482 from edolstra/json-utilsEelco Dolstra
2022-05-04Fix compiler warningEelco Dolstra
2022-05-04Move json stuff out of util.ccEelco Dolstra
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-05-03Merge pull request #6449 from edolstra/outputs-specEelco Dolstra
2022-05-03nix profile: Support overriding outputsEelco Dolstra
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2022-05-03Merge pull request #6426 from edolstra/respect-outputs-to-installEelco Dolstra
2022-05-03Merge pull request #6465 from layus/fix-test-crashesThéophane Hufschmitt
2022-05-02tests/lang: Distinguish crashes from expected failuresGuillaume Maudoux
2022-05-02Revert "tests: Distinguish crashes from expected failures"Guillaume Maudoux
2022-05-02Style fixesEelco Dolstra
2022-05-02Merge pull request #6470 from Ma27/git-followupEelco Dolstra
2022-05-02Merge pull request #4638 from orbekk/read_headEelco Dolstra
2022-05-02tests: Don't create tests/resultEelco Dolstra
2022-04-30libfetchers/git: fix every occasion of a permission errorMaximilian Bosch
2022-04-29Extract git reference parsing to a shared libraryKjetil Orbekk
2022-04-29Update `nix flake` documentation of `ref` handlingKjetil Orbekk
2022-04-29Store cached head in cached git repoKjetil Orbekk
2022-04-29Refactor fetching of dirty workdirKjetil Orbekk
2022-04-29Test fetchGit with non-'master' remote repoKjetil Orbekk
2022-04-29Resolve reference for remote repositoryKjetil Orbekk
2022-04-29tests: Distinguish crashes from expected failuresGuillaume Maudoux
2022-04-28Merge pull request #6461 from edolstra/libcxxEelco Dolstra
2022-04-28Fix libcxx buildEelco Dolstra
2022-04-28Add libcxxStdenv devshellEelco Dolstra
2022-04-28Shut up clang warningEelco Dolstra
2022-04-28Merge pull request #6459 from edolstra/fix-out-pathsEelco Dolstra
2022-04-28Fix passing $OUT_PATHS to the post-build hookEelco Dolstra
2022-04-26Merge pull request #6444 from midchildan/feat/zsh-runhelpEelco Dolstra
2022-04-27refactor: don't hardcode nix subcommands in run-help-nixmidchildan
2022-04-26Bump eval cache schema versionEelco Dolstra
2022-04-26Remove obsolete FIXMEEelco Dolstra
2022-04-26Add a test for outputsToInstallEelco Dolstra
2022-04-26nix: Respect meta.outputsToInstall, and use all outputs by defaultEelco Dolstra
2022-04-26Merge pull request #6447 from edolstra/eval-cache-symbolsEelco Dolstra
2022-04-26Merge pull request #6440 from Ma27/fix-nix-with-latest-gitThéophane Hufschmitt