aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-06Fix empty 'nix copy' error messageEelco Dolstra
2022-04-06Merge pull request #6370 from edolstra/fetch-closure-query-paramsEelco Dolstra
2022-04-06fetchClosure: Don't allow URL query parametersEelco Dolstra
2022-04-05Merge pull request #6366 from danpls/base64-reserveEelco Dolstra
2022-04-05Merge pull request #6367 from danpls/fix-nposEelco Dolstra
2022-04-05tokenizeString: Fix semantic mistakeDaniel Pauls
2022-04-05libutil: Reserve memory when en/decoding base64Daniel Pauls
2022-04-05Merge pull request #6362 from thufschmitt/verbose-doctorEelco Dolstra
2022-04-05Merge pull request #6363 from thufschmitt/definition-list-in-nix.conf-manualEelco Dolstra
2022-04-05Merge pull request #6365 from edolstra/update-nixpkgsEelco Dolstra
2022-04-05flake.lock: UpdateEelco Dolstra
2022-04-05rl-2.7.md: Fix titleEelco Dolstra
2022-04-05doctor: Always show the outputThéophane Hufschmitt
2022-04-05manual: Add some anchor targets for the nix.conf optionsThéophane Hufschmitt
2022-04-05Merge pull request #6360 from thufschmitt/flake-check-accept-welcomeTextEelco Dolstra
2022-04-05Allow `welcomeText` when checking a flake templateThéophane Hufschmitt
2022-04-04Add missing #includeEelco Dolstra
2022-04-04Merge pull request #6350 from flox/lock_installableEelco Dolstra
2022-04-01fix(run): set applyNixConfig lockFlagTom Bereknyei
2022-04-01Merge pull request #6344 from flox/profile_url_uriEelco Dolstra
2022-04-01Merge pull request #6347 from edolstra/fix-output-hash-algoEelco Dolstra
2022-04-01Fix handling of outputHash when outputHashAlgo is not specifiedEelco Dolstra
2022-04-01Merge pull request #6343 from Artturin/anothertypoThéophane Hufschmitt
2022-03-31scripts/install-systemd-multi-user.sh: fix another typoArtturin
2022-03-31Merge pull request #6227 from NixOS/impure-derivations-ngEelco Dolstra
2022-03-31tests/impure-derivations.sh: Ensure that inputAddressed build failsEelco Dolstra
2022-03-31Update release notesEelco Dolstra
2022-03-31Provide default values for outputHashAlgo and outputHashModeEelco Dolstra
2022-03-31Fix macOS buildEelco Dolstra
2022-03-31Rename 'pure' -> 'sandboxed' for consistencyEelco Dolstra
2022-03-31needsNetworkAccess() -> isSandboxed()Eelco Dolstra
2022-03-31Document isPure()Eelco Dolstra
2022-03-31Fix macOS buildEelco Dolstra
2022-03-31Fix testEelco Dolstra
2022-03-31tests/impure-derivations.sh: Restart daemonEelco Dolstra
2022-03-31Support fixed-output derivations depending on impure derivationsEelco Dolstra
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-31Merge pull request #6337 from danpls/fix-to-json-replEelco Dolstra
2022-03-31replaceEnv(): Pass newEnv by referenceEelco Dolstra
2022-03-31Merge pull request #6339 from flox/bundler_defaultEelco Dolstra
2022-03-30profile!: consistent use of url/uri. create new versionTom Bereknyei
2022-03-30bundler: update default bundler to support new bundler APITom Bereknyei
2022-03-30libutil: Change return value of addTrace to voidDaniel Pauls
2022-03-30libexpr: Throw the correct error in toJSONDaniel Pauls
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