aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-21nix shell: example shouldn't use an absolute path for the shellSolène Rapenne
2022-07-20nix shell: document how to invoke multiple commands from the command lineSolène Rapenne
2022-07-18Merge pull request #6784 from tweag/completion-testThéophane Hufschmitt
2022-07-18Merge pull request #6812 from lovesegfault/rosetta-pathsEelco Dolstra
2022-07-15fix(libstore): allow Nix to access all Rosetta 2 paths on MacOSAlex Wied
2022-07-15Merge pull request #6810 from jfly/jfly/do-not-assume-savedvars-existEelco Dolstra
2022-07-15Merge pull request #6811 from edolstra/fix-auto-chrootEelco Dolstra
2022-07-15Disable auto-chroot if $NIX_STATE_DIR is setEelco Dolstra
2022-07-14nix develop: do not assume that saved vars are setJeremy Fleischman
2022-07-14Merge pull request #6807 from NixOS/curl-patchDomen Kožar
2022-07-14curl: patch for netrc regression in NixDomen Kožar
2022-07-14Merge pull request #6804 from edolstra/fix-auto-chrootEelco Dolstra
2022-07-14Disable auto-chroot if $NIX_STORE_DIR is setEelco Dolstra
2022-07-14Merge pull request #6803 from edolstra/test-stack-traceEelco Dolstra
2022-07-14On test failures, print a bash stack traceEelco Dolstra
2022-07-14Merge pull request #6802 from edolstra/split-flakes-testsEelco Dolstra
2022-07-13Split off 'nix flake check' testsEelco Dolstra
2022-07-13Move flake-searching.sh and make it less dependent on gitEelco Dolstra
2022-07-13Move flake-local-settings.shEelco Dolstra
2022-07-13Move the 'nix bundle' testsEelco Dolstra
2022-07-13Split off following paths testsEelco Dolstra
2022-07-13Split off 'nix flake init' testsEelco Dolstra
2022-07-13Split off the circular flake import testsEelco Dolstra
2022-07-13Split off the Mercurial flake testsEelco Dolstra
2022-07-13Move flakes tests to a subdirectoryEelco Dolstra
2022-07-13Merge pull request #6797 from edolstra/overrides-checkEelco Dolstra
2022-07-13tests/flakes.sh: Make sure flake7 is cleanEelco Dolstra
2022-07-13Simplify the check for overrides on non-existent inputsEelco Dolstra
2022-07-13Merge pull request #6794 from eltociear/patch-1Théophane Hufschmitt
2022-07-13Add some more completion testsThéophane Hufschmitt
2022-07-13Fix the “out of order” completion testThéophane Hufschmitt
2022-07-13Fix typo in flake.ccIkko Ashimine
2022-07-12Merge pull request #6791 from edolstra/fix-installerEelco Dolstra
2022-07-12Merge pull request #6663 from Ma27/follows-invalid-inputThéophane Hufschmitt
2022-07-12Fix --no-daemon installationEelco Dolstra
2022-07-12Fix debug messageEelco Dolstra
2022-07-12Move follows-check into its own functionMaximilian Bosch
2022-07-12Turn error for non-existant follows into a warningMaximilian Bosch
2022-07-12Merge pull request #6781 from ryantm/staleEelco Dolstra
2022-07-12flakes: throw an error if `follows`-declaration for an input is invalidMaximilian Bosch
2022-07-12Test the tilde expansion for the flake completionThéophane Hufschmitt
2022-07-12Harden the comparisons in the completion testThéophane Hufschmitt
2022-07-12Fix the name of the completions testThéophane Hufschmitt
2022-07-12Add some tests for the CLI completionThéophane Hufschmitt
2022-07-12Merge pull request #6693 from ncfavier/complete-flake-inputsThéophane Hufschmitt
2022-07-11Merge pull request #6786 from edolstra/fix-aarch64-staticEelco Dolstra
2022-07-11Branch 2.10 release notesEelco Dolstra
2022-07-11Fix buildStatic.aarch64-linuxEelco Dolstra
2022-07-11Merge pull request #6608 from bburdette/ignore-tryEelco Dolstra
2022-07-11Merge branch 'master' into ignore-tryBen Burdette