aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-31Support fixed-output derivations depending on impure derivationsEelco Dolstra
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-31replaceEnv(): Pass newEnv by referenceEelco Dolstra
2022-03-31Merge pull request #6339 from flox/bundler_defaultEelco Dolstra
2022-03-30bundler: update default bundler to support new bundler APITom Bereknyei
2022-03-30Merge pull request #6335 from thufschmitt/gitignore-stray-filesEelco Dolstra
2022-03-30Gitignore the generated systemd nix-daemon conf fileThéophane Hufschmitt
2022-03-30Don’t create a file in the worktree in the fetchPath testThéophane Hufschmitt
2022-03-30Merge pull request #6334 from NixOS/require-mounts-for-dbEelco Dolstra
2022-03-29nix-daemon.service: require mounts for /nix/var/nix/dbGraham Christensen
2022-03-29Merge pull request #6268 from thufschmitt/remove-the-variant-in-hashmoduloEelco Dolstra
2022-03-29Simplify the handling of the hash moduloThéophane Hufschmitt
2022-03-28Merge pull request #6330 from edolstra/run-remote-storeThéophane Hufschmitt
2022-03-28Merge pull request #6328 from edolstra/fix-nix-profile-installEelco Dolstra
2022-03-28nix {run,shell}: Print a better error message if the store is not localEelco Dolstra
2022-03-28nix profile install: Don't use queryDerivationOutputMap()Eelco Dolstra
2022-03-28Merge pull request #6319 from Artturin/fixtypoThéophane Hufschmitt
2022-03-26scripts/install-systemd-multi-user.sh: fix typoArtturin
2022-03-25Merge pull request #6314 from edolstra/experimental-primopEelco Dolstra
2022-03-25Merge pull request #6311 from edolstra/return-wanted-pathsEelco Dolstra
2022-03-25Fix mismatched tag warning on clangEelco Dolstra
2022-03-25Document getFlakeEelco Dolstra
2022-03-25Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...Eelco Dolstra
2022-03-25Merge pull request #6051 from Ma27/fix-empty-nix-logEelco Dolstra
2022-03-25Merge pull request #6292 from polykernel/permissive-spacing-replEelco Dolstra
2022-03-25Use wantOutputEelco Dolstra
2022-03-24nix: allow whitespace characters before command in replpolykernel
2022-03-24tests/build.sh: Test that 'nix build' only prints wanted outputsEelco Dolstra
2022-03-24Retry substitution after an incomplete closure only onceEelco Dolstra
2022-03-24Only return wanted outputsEelco Dolstra
2022-03-24Random cleanupEelco Dolstra
2022-03-24Random cleanupEelco Dolstra
2022-03-24Implement regression test for empty logs loaded via `nix log`Maximilian Bosch
2022-03-24Revert "TarArchive: Small refactoring"Maximilian Bosch
2022-03-24Merge pull request #6302 from edolstra/fetch-closureEelco Dolstra
2022-03-24Add experimental feature 'fetch-closure'Eelco Dolstra
2022-03-24nix store make-content-addressed: Support --from / --toEelco Dolstra
2022-03-24Document fetchClosureEelco Dolstra
2022-03-24Add a test for fetchClosure and 'nix store make-content-addressed'Eelco Dolstra
2022-03-24fetchClosure: Only allow some "safe" store typesEelco Dolstra
2022-03-24fetchClosure: Skip makeContentAddressed() if toPath is already validEelco Dolstra
2022-03-24Rename 'nix store make-content-addressable' to 'nix store make-content-addres...Eelco Dolstra
2022-03-24Fix makeContentAddressed() on self-referencesEelco Dolstra
2022-03-24fetchClosure: Allow a path to be rewritten to CA on the flyEelco Dolstra
2022-03-24RenameEelco Dolstra
2022-03-24fetchClosure: Require a CA path in pure modeEelco Dolstra
2022-03-24Add builtins.fetchClosureEelco Dolstra
2022-03-24Merge pull request #6285 from flokli/add-tmpfileEelco Dolstra
2022-03-24Merge pull request #6305 from flox/genericClosure_docEelco Dolstra
2022-03-24Merge pull request #6308 from NixOS/consisten-use-of-url-uri-5872Eelco Dolstra