aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-20.dir-locals.el: Set additional lambda indentation to zeroTobias Möst
2020-02-19Merge pull request #3325 from xzfc/clean-tmpdirEelco Dolstra
2020-02-19nix-shell: clean up the tmpDir and escape variablesAlbert Safin
2020-02-19Merge pull request #3332 from Calvin-L/patch-1Eelco Dolstra
2020-02-19Merge pull request #3357 from carlosdagos/pure-nix-shell-proxy-envEelco Dolstra
2020-02-19Merge pull request #3328 from Rovanion/nix-daemon-already-running-when-instal...Eelco Dolstra
2020-02-19Use Nixpkgs 20.03Eelco Dolstra
2020-02-19TypoEelco Dolstra
2020-02-19Merge pull request #3359 from bhipple/doc/pure-evalEelco Dolstra
2020-02-19Merge pull request #3353 from tbsmoest/priv_tobias_pr_set_deathsig-1.4Eelco Dolstra
2020-02-19Add dev outputEelco Dolstra
2020-02-18Build with large config Boehm GCEelco Dolstra
2020-02-18Enable debug symbolsEelco Dolstra
2020-02-18LocalStore::checkDerivationOutputs(): Improve error messageEelco Dolstra
2020-02-18Disable the progress bar if $TERM == dumb or unsetEelco Dolstra
2020-02-15doc: mention how to turn on pure evaluation mode in manualBenjamin Hipple
2020-02-14Fix PR_SET_PDEATHSIG results in Broken pipe (#2395)Tobias Möst
2020-02-14Pass through http proxy env vars in pure shellCarlos D
2020-02-13Bindings::get(): std::optional<Attr *> -> Attr *Eelco Dolstra
2020-02-13Prevent uninitialized StorePath creationEelco Dolstra
2020-02-10Merge pull request #3350 from curiousleo/no-macro-useEelco Dolstra
2020-02-10Remove macro_useLeonhard Markert
2020-02-07Fix segfault in gcc on i686-linuxEelco Dolstra
2020-02-04Merge pull request #3344 from LnL7/ssh-ng-remote-paramsEelco Dolstra
2020-02-03ssh-store: add remote-store and remote-program query paramsDaiderd Jordan
2020-02-01Show "warning:" in yellow instead of redEelco Dolstra
2020-01-29Merge pull request #3335 from domenkozar/retry-429Eelco Dolstra
2020-01-29retry on HTTP status code 429Domen Kožar
2020-01-26Document that autoconf is a dependencyCalvin Loncaric
2020-01-23Merge pull request #3329 from mayflower/attrs-chownEelco Dolstra
2020-01-23structured-attrs: chown .attrs.* files to builderRobin Gloster
2020-01-23installer: Handle edge case where the nix-daemon is already running on the sy...Rovanion Luckey
2020-01-22Fix clang warningEelco Dolstra
2020-01-21Fix derivation computation with __structuredAttrs and multiple outputsEelco Dolstra
2020-01-14Merge pull request #3316 from LnL7/fix-secure-drv-outputsEelco Dolstra
2020-01-14Merge pull request #3318 from bhipple/doc/relnotes-2.3Eelco Dolstra
2020-01-14doc: touchup release notes for 2.3Benjamin Hipple
2020-01-13build: remove warning when in sandboxing test modeDaiderd Jordan
2020-01-13Tweak error messageEelco Dolstra
2020-01-13Merge branch 'assert-show-expression' of https://github.com/LnL7/nixEelco Dolstra
2020-01-13unbreak build without pchJohn Ericson
2020-01-13Test PRECOMPILE_HEADERS=0Eelco Dolstra
2020-01-13Fix buildEelco Dolstra
2020-01-13Fix Nixpkgs dependencyEelco Dolstra
2020-01-11libexpr: show expression in assertion errorsDaiderd Jordan
2020-01-10Merge pull request #3308 from trusktr/patch-1Eelco Dolstra
2020-01-10Merge pull request #3307 from yorickvP/yorickvp/nlohmann-fromJSONEelco Dolstra
2020-01-09Add link to official channels in nix-channel command refJoe Pea
2020-01-09Add a link to official channels in the Channels chapter.Joe Pea
2020-01-09json-to-value: use unique_ptr instead of raw pointersYorick van Pelt