aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09Add a `nix realisation` command for working on realisationsregnat
2021-03-08Merge pull request #4601 from lovesegfault/fix-4598Eelco Dolstra
2021-03-08Merge pull request #4614 from abathur/patch-1Eelco Dolstra
2021-03-08Merge pull request #4615 from NixOS/nix-show-stats-with-nix-cmdEelco Dolstra
2021-03-06remove doc for obsolete --no-build-hook flagTravis A. Everett
2021-03-05Merge pull request #4606 from obsidiansystems/avoid-stringify-store-pathEelco Dolstra
2021-03-04nix-build: set execfailBernardo Meurer
2021-03-05Avoid some StorePath -> Path -> StorePath roundtripsJohn Ericson
2021-03-03nix repl :doc: Don't return docs for partially applied primopsEelco Dolstra
2021-03-02Merge pull request #4595 from dramforever/fetcher-http-redirectEelco Dolstra
2021-03-02Make NIX_SHOW_STATS work with new-style commandsregnat
2021-03-02libfetchers/tarball: Lock on effectiveUrldramforever
2021-03-01Merge pull request #4574 from grahamc/libstore-ssh-host-keyEelco Dolstra
2021-03-01Merge pull request #4582 from puckipedia/cppflagsEelco Dolstra
2021-03-01Merge remote-tracking branch 'origin/ca/move-tests-to-their-own-directory'Eelco Dolstra
2021-03-01Merge pull request #4583 from puckipedia/revert-jar-supportEelco Dolstra
2021-03-01Move the CA tests to a sub-directoryregnat
2021-02-27Merge pull request #4581 from puckipedia/fix-libseccompDomen Kožar
2021-02-26Revert "Add support for building JARs from Java sources"Puck Meerburg
2021-02-26Properly propagate libseccomp linker flagsPuck Meerburg
2021-02-26mk: add support for CPPFLAGSPuck Meerburg
2021-02-26Merge pull request #4570 from obsidiansystems/split-building-planningEelco Dolstra
2021-02-26Remove unused `redirectedBadOutputs`John Ericson
2021-02-26Remove temporary `#if 0...#endif` from previous commitJohn Ericson
2021-02-26Split {,local-}derivation-goal.{cc,hh}John Ericson
2021-02-26Copy {,local-}derivation-goal.{cc,h}John Ericson
2021-02-26Merge pull request #4477 from NixOS/ca/build-remoteEelco Dolstra
2021-02-26Simplify the case where the drv is a purely input-addressed oneregnat
2021-02-26Update src/libstore/build/derivation-goal.ccEelco Dolstra
2021-02-26Update src/build-remote/build-remote.ccEelco Dolstra
2021-02-26Update src/build-remote/build-remote.ccEelco Dolstra
2021-02-26flake.lock: UpdateEelco Dolstra
2021-02-26nix flake update: Recreate the lock fileEelco Dolstra
2021-02-26Use std::make_uniqueEelco Dolstra
2021-02-26Merge remote-tracking branch 'origin/deduplicate-static-hashes-computation'Eelco Dolstra
2021-02-26Merge pull request #4487 from NixOS/ca/copy-drv-outputsEelco Dolstra
2021-02-26Merge pull request #4530 from alyssais/killEelco Dolstra
2021-02-25Make `nix copy` work without the ca-derivations flagregnat
2021-02-25Apply @edolstra stylistic suggestionsThéophane Hufschmitt
2021-02-25Ensure that the ca-derivations bit is set when copying realisationsregnat
2021-02-25Don't crash when copying realisations to a non-ca remoteregnat
2021-02-25Add a test for the copy of CA pathsregnat
2021-02-25Use `RealisedPath`s in `copyPaths`regnat
2021-02-25Merge pull request #4549 from NixOS/installer-artifactEelco Dolstra
2021-02-25distributed builds: load remote builder host key from the machines fileGraham Christensen
2021-02-24Merge pull request #4486 from shlevy/command-plugins-v2Eelco Dolstra
2021-02-24Respect command registrations in plugins.Shea Levy
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-24Bail if plugin-files is set after plugins have been loaded.Shea Levy
2021-02-23Merge pull request #4551 from danieldk/system-features-compute-levelEelco Dolstra