aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-13Merge pull request #3410 from edolstra/no-tarballEelco Dolstra
2020-03-13Remove the tarball jobEelco Dolstra
2020-03-14display attr-path only when queried availableYI
2020-03-13Merge pull request #3409 from NixOS/github-actionsEelco Dolstra
2020-03-13Fix macOSEelco Dolstra
2020-03-13Remove callout graphicsEelco Dolstra
2020-03-13Remove build and binaryTarball since they're included in installerScriptEelco Dolstra
2020-03-13Add CI with github actionsDomen Kožar
2020-03-13style.css: RemoveEelco Dolstra
2020-03-13mk/README.md: RemoveEelco Dolstra
2020-03-13Fix ca-references feature checkEelco Dolstra
2020-03-12Merge pull request #3403 from hercules-ci/issue-3398-path-info-cache-ttlsEelco Dolstra
2020-03-12pathInfoCache: Respect disk cache TTLs #3398Robert Hensing
2020-03-12local.mk: fix user-env.cc dep on buildenv.nix.gen.hh, resolve occasional buil...Will Dietz
2020-03-11README, error msg: http -> httpsRobert Hensing
2020-03-11Move some corepkgs into the nix binaryEelco Dolstra
2020-03-11parseExprFromString(): Use std::string_viewEelco Dolstra
2020-03-11nixos.org/releases -> releases.nixos.orgEelco Dolstra
2020-03-10nix-store -q --graph: Fix edgesEelco Dolstra
2020-03-10dotgraph.cc: Remove dead codeEelco Dolstra
2020-03-10nix-perl: Fix segfault in queryPathInfo)Eelco Dolstra
2020-03-04nix-build: Fix !<output> handlingEelco Dolstra
2020-03-04Merge branch 'emacs_lambda_indentation' of https://github.com/tbsmoest/nix-1Eelco Dolstra
2020-03-04Optimise Derivation::unparse()Eelco Dolstra
2020-03-04builtins.cache: Cache regular expressionsEelco Dolstra
2020-03-04Add test for foldl'Eelco Dolstra
2020-02-28Fix GC failures on bad store path namesEelco Dolstra
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