aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-16fetchurl.nix: change other use of __impureAdam Joseph
2022-09-16Update src/libexpr/fetchurl.nixAdam Joseph
2022-09-16libexpr/fetchurl.nix: allow __impure fetchAdam Joseph
2022-09-13Trim option descriptionsEelco Dolstra
2022-09-13RunPager: Stop the progress barEelco Dolstra
2022-09-13Merge pull request #6994 from agbrooks/masterThéophane Hufschmitt
2022-09-12Address PR feedback on #6694Andrew Brooks
2022-09-09Merge pull request #6825 from rapenne-s/nix_shell_exampleValentin Gagarin
2022-09-08Merge pull request #7008 from jonringer/add-command-docsThéophane Hufschmitt
2022-09-06Keep created temp dirs inside store, but protect from GCAndrew Brooks
2022-09-06Merge pull request #6995 from matthewbauer/disable-sa-restart-on-macosEelco Dolstra
2022-09-06Docs: Add nix develop --command entryJonathan Ringer
2022-09-06Remove some signalsMatthew Bauer
2022-09-03Add more signalsMatthew Bauer
2022-09-03Disable SA_RESTART for some signals on macOSMatthew Bauer
2022-09-02Prevent tempdir from being GC-ed before addToStoreFromDump has renamed itAndrew Brooks
2022-09-02Don’t readDerivation if impure derivations feature is disabledMatthew Bauer
2022-09-01Revert "Merge pull request #6621 from Kha/nested-follows"Eelco Dolstra
2022-09-01Merge pull request #6621 from Kha/nested-followsThéophane Hufschmitt
2022-08-29Merge pull request #6968 from fricklerhandwerk/man-no-weblinksEelco Dolstra
2022-08-28Fix overlapping flake followsSebastian Ullrich
2022-08-28Fix nested flake input overridesSebastian Ullrich
2022-08-26do not render relative links in help pagesValentin Gagarin
2022-08-26Merge pull request #6954 from winterqt/darwin-sandbox-trustdEelco Dolstra
2022-08-24Fix progress bar flicker with -LEelco Dolstra
2022-08-24Fix evaluation cacheEelco Dolstra
2022-08-24fix(libstore): allow access to trustd on macOSWinter
2022-08-24Merge pull request #6612 from NixOS/parallel-nix-copyEelco Dolstra
2022-08-24Remove redundant FinallyEelco Dolstra
2022-08-24Fix macOS buildEelco Dolstra
2022-08-24Fix a misplaced parenthese in serve protocol checkRickard Nilsson
2022-08-23Merge pull request #6944 from edolstra/bash-varsEelco Dolstra
2022-08-23Merge pull request #6909 from ncfavier/json-pathsEelco Dolstra
2022-08-23nix develop: Ignore some more bash special variablesEelco Dolstra
2022-08-23Merge pull request #6887 from winterqt/specify-bashinteractive-outputsEelco Dolstra
2022-08-23Revert to `copyStore = true` for `nix-instantiate` and `nix-env`Naïm Favier
2022-08-23Fix a hang in nix-copy-ssh.shEelco Dolstra
2022-08-22IndentationEelco Dolstra
2022-08-22Merge remote-tracking branch 'origin/master' into parallel-nix-copyEelco Dolstra
2022-08-22Merge pull request #6937 from edolstra/fix-replEelco Dolstra
2022-08-22JSON: add missing newlinesNaïm Favier
2022-08-22JSON: print paths as strings without copying them to the storeNaïm Favier
2022-08-22Merge pull request #6926 from rapenne-s/download_limitEelco Dolstra
2022-08-22Merge pull request #6932 from jack1142/patch-1Eelco Dolstra
2022-08-22nix repl: Stop the progress barEelco Dolstra
2022-08-22Merge pull request #6923 from ncfavier/nix-env-incomplete-jsonEelco Dolstra
2022-08-22SpellingEelco Dolstra
2022-08-20Better documentation wordingSolène Rapenne
2022-08-20Fix default profile path for root in nix profile documentationJakub Kuczys
2022-08-19add a nix.conf option to set a download speed limitSolene Rapenne