Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-13 | Add test of explicit ssh control path in nix-copy test | David McFarland | |
This highlights a problem caused by SSHMaster::isMasterRunning returning false when NIX_SSHOPTS contains -oControlPath. | |||
2023-06-12 | Merge pull request #8493 from edolstra/no-md-include | Eelco Dolstra | |
Don't include uds-remote-store.md from a header file | |||
2023-06-12 | Don't include uds-remote-store.md from a header file | Eelco Dolstra | |
Closes #8484. | |||
2023-06-09 | Merge pull request #8168 from angerman/angerman/mac-fix-recursive-nix | John Ericson | |
macOS: fix recursive nix | |||
2023-06-09 | Merge branch 'master' into angerman/mac-fix-recursive-nix | Eelco Dolstra | |
2023-06-09 | Parse TOML timestamps (#8120) | Andrea Bedini | |
Currently `fromTOML` throws an exception when encountering a timestamp since the Nix language lacks a way to represent them. This patch changes this beaviour and makes `fromTOML` parse timestamps as attrsets of the format { _type = "timestamp"; value = "1979-05-27T07:32:00Z"; } This is guarded by an experimental feature flag to leave room for iterating on the representation. | |||
2023-06-06 | Merge pull request #8463 from edolstra/release-artifacts | Eelco Dolstra | |
Upload manual + fallback-paths.nix in the release script | |||
2023-06-06 | Upload the manual to releases.nixos.org | Eelco Dolstra | |
Fixes #8451. | |||
2023-06-06 | Fix MIME type | Eelco Dolstra | |
2023-06-06 | Upload fallback-paths.nix as part of the release | Eelco Dolstra | |
https://github.com/NixOS/nixpkgs/pull/235463 | |||
2023-06-06 | Merge pull request #8429 from svenz/master | Eelco Dolstra | |
Update install-multi-user.sh | |||
2023-06-06 | Merge pull request #8391 from ↵ | Eelco Dolstra | |
aneeshusa/remove-wrong-default-value-in-docs-for-hashed-mirrors Remove old default from docs for `hashed-mirrors` | |||
2023-06-06 | Merge pull request #8438 from zhaofengli/armv5tel-linux32 | Eelco Dolstra | |
Also set the PER_LINUX32 personality flag on armv5tel-linux | |||
2023-06-06 | Merge pull request #8456 from emilytrau/include-select | Eelco Dolstra | |
Add missing <sys/select.h> include | |||
2023-06-06 | Merge pull request #8452 from edolstra/fix-relative-symlinks | Eelco Dolstra | |
SourcePath::resolveSymlinks(): Fix handling of symlinks that start with '..' | |||
2023-06-06 | Fix SourcePath::resolveSymlinks() | Eelco Dolstra | |
This fixes handling of symlinks that start with '..', and symlink targets that contain symlinks themselves. | |||
2023-06-05 | Add missing <sys/select.h> include | Emily Trau | |
`select()` may not be ambiently available for use on every platform | |||
2023-06-05 | Merge pull request #8448 from figsoda/man | Valentin Gagarin | |
2023-06-04 | Fix code block formatting in man page | figsoda | |
2023-06-02 | Document manual migration for use-xdg-base-directories (#8044) | Alexander Bantyev | |
* Document manual migration for use-xdg-base-directories As there's currently no automatic migration for use-xdg-base-directories option, add instructions for manual migration to the option's description. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2023-06-02 | Merge pull request #8317 from fricklerhandwerk/doc-identifier | Théophane Hufschmitt | |
document identifier syntax for attribute sets | |||
2023-06-02 | Also set the PER_LINUX32 personality flag on armv5tel-linux | Zhaofeng Li | |
2023-06-01 | Update install-multi-user.sh | svenz | |
delete duplicate word 'with' in status message | |||
2023-05-31 | Merge pull request #8425 from NixOS/bump-2.17.0 | Eelco Dolstra | |
Bump version to 2.17 | |||
2023-05-31 | Bump version | Eelco Dolstra | |
2023-05-31 | Merge pull request #8424 from NixOS/release-notes | Eelco Dolstra | |
Typo | |||
2023-05-31 | Typo | Eelco Dolstra | |
2023-05-31 | Merge pull request #8423 from NixOS/release-notes | Eelco Dolstra | |
2.16 release notes | |||
2023-05-31 | Release notes | Eelco Dolstra | |
2023-05-31 | Merge pull request #8415 from ↵ | Eelco Dolstra | |
NixOS/dependabot/github_actions/zeebe-io/backport-action-1.3.0 Bump zeebe-io/backport-action from 1.2.0 to 1.3.0 | |||
2023-05-31 | Merge pull request #8421 from fricklerhandwerk/doc-replaceStrings | Eelco Dolstra | |
update documentation according to release notes | |||
2023-05-31 | Merge pull request #8418 from edolstra/fallback-paths | Eelco Dolstra | |
maintainers/upload-release.pl: Don't update nix-fallback-paths.nix | |||
2023-05-31 | Merge pull request #8318 from fricklerhandwerk/doc-currentTime | Valentin Gagarin | |
document `builtins.currentTime` | |||
2023-05-31 | Merge pull request #8413 from doronbehar/doc/distributed-builds/clearer-warning | Valentin Gagarin | |
distributed-builds.md: Clarify warning ssh access requirements | |||
2023-05-31 | rewrap lines to use one line per sentence | Valentin Gagarin | |
this makes future reviews easier as it reduces diff noise | |||
2023-05-31 | distributed-builds.md: Clarify warning ssh access requirements | Doron Behar | |
2023-05-30 | update documentation according to release notes | Valentin Gagarin | |
2023-05-30 | link to mentioned builtin | Valentin Gagarin | |
2023-05-30 | Merge pull request #8398 from ↵ | Robert Hensing | |
polykernel/perf/lazy-eval-replacements-replacestrings primops: lazy evaluation of replaceStrings replacements | |||
2023-05-30 | Merge pull request #8406 from NixOS/fix-ca-attrs-false | Eelco Dolstra | |
Restore Nix 2.3 behaviour for {__impure,__contentAddressed} = false | |||
2023-05-30 | Merge pull request #8414 from ↵ | Eelco Dolstra | |
NixOS/dependabot/github_actions/cachix/install-nix-action-21 Bump cachix/install-nix-action from 20 to 21 | |||
2023-05-30 | maintainers/upload-release.pl: Don't update nix-fallback-paths.nix | Eelco Dolstra | |
2023-05-29 | Bump zeebe-io/backport-action from 1.2.0 to 1.3.0 | dependabot[bot] | |
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-05-29 | Bump cachix/install-nix-action from 20 to 21 | dependabot[bot] | |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-05-27 | Merge pull request #8399 from tweag/fix-chrooted-stores-error-path | Eelco Dolstra | |
Properly report build errors on chrooted stores | |||
2023-05-27 | Restore Nix 2.3 behaviour for {__impure,__contentAddressed} = false | Eelco Dolstra | |
Fixes #8405. | |||
2023-05-26 | Merge pull request #8240 from tweag/macos-sandbox | Théophane Hufschmitt | |
ci: Always run with sandbox, even on Darwin | |||
2023-05-26 | create pathAccessible, use it to infer default dirs | Yorick van Pelt | |
2023-05-26 | getDefaultNixPath: ignore EPERM | Yorick van Pelt | |
2023-05-26 | Call getDefaultSSLCertFile() only when none is specified | Yorick van Pelt | |
This does pathExists on various paths, which crashes on EPERM in the macOS sandbox. |