Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-12 | Merge pull request #4251 from serokell/mkaito/ops1098-nix-default-nix-path | Eelco Dolstra | |
Fix default nix-path | |||
2020-11-12 | Fix default nix-path | Christian Höppner | |
The default nix-path values for nixpkgs and root channels were incorrect. | |||
2020-11-10 | Merge pull request #4243 from abathur/fix_4058 | Eelco Dolstra | |
enable Darwin.arm64 to install x86_64 binary | |||
2020-11-10 | Fix use of dirty Git/Mercurial inputs with chroot stores | Eelco Dolstra | |
Fixes: $ nix build --store /tmp/nix /home/eelco/Dev/patchelf#hydraJobs.build.x86_64-linux warning: Git tree '/home/eelco/Dev/patchelf' is dirty error: --- RestrictedPathError ------------------------------------------------------------------------------------------- nix access to path '/tmp/nix/nix/store/xmkvfmffk7xfnazykb5kx999aika8an4-source/flake.nix' is forbidden in restricted mode (use '--show-trace' to show detailed location information) | |||
2020-11-10 | enable Darwin.arm64 to install x86_64 binary | Travis A. Everett | |
Throwing @thefloweringash under the bus if this doesn't work, but it sounds like Apple Silicon devices can use the x86_64 binary for now. Fixes #4058 | |||
2020-11-10 | Merge pull request #4242 from wizeman/fix-stack-overflow | Eelco Dolstra | |
Fix stack overflow introduced in #4206 | |||
2020-11-10 | Merge pull request #4233 from Kha/master | Eelco Dolstra | |
nix develop: Preserve stdin with `-c` | |||
2020-11-10 | Fix stack overflow introduced in #4206 | Ricardo M. Correia | |
2020-11-09 | Bump cachix/install-nix-action from v11 to v12 (#4237) | dependabot[bot] | |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v11 to v12. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v11...07da2520eebede906fbeefa9dd0a2b635323909d) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2020-11-09 | Add test case for incidentally fixed #4228 | Sebastian Ullrich | |
2020-11-09 | Make test case more precise | Sebastian Ullrich | |
Co-authored-by: Théophane Hufschmitt <regnat@users.noreply.github.com> | |||
2020-11-09 | nix develop: Preserve stdin with `-c` | Sebastian Ullrich | |
2020-11-09 | Fix appending to Setting<StringSet> | Eelco Dolstra | |
Fixes: warning: unknown setting 'extra-sandbox-paths' | |||
2020-11-05 | Merge pull request #4206 from hercules-ci/fix-coroutine-gc | Eelco Dolstra | |
Fix memory corruption caused by GC-invisible coroutine stacks | |||
2020-11-03 | Fix error message 'assertion failed at' | Eelco Dolstra | |
2020-11-03 | LocalStore: Get rid of recursive_mutex | Eelco Dolstra | |
2020-11-03 | Add FIXME | Eelco Dolstra | |
2020-11-03 | Merge pull request #4214 from grahamc/test-nix-copy-closure | Domen Kožar | |
nix-copy-closure: verify it works with drvs | |||
2020-11-02 | nix-copy-closure: verify it works with drvs | Graham Christensen | |
Creates test coverage for #4210 and 7cf874c17d466d5cffdb0eb6215fcfe8930ed757 | |||
2020-11-02 | nix repl: Fix handling of multi-line expressions | Eelco Dolstra | |
2020-11-02 | Don't use readDerivation() in addValidPath() | Eelco Dolstra | |
readDerivation() requires a valid path. Fixes #4210. | |||
2020-11-02 | docs: consistent console prompt (#4213) | mkenigs | |
Everywhere else a $ is used | |||
2020-11-02 | Merge pull request #4207 from hercules-ci/fix-RemoteStore-filterSource-deadlock | Eelco Dolstra | |
Fix RemoteStore pool deadlock in filterSource etc | |||
2020-11-02 | Don't send eval-related settings to the daemon | Eelco Dolstra | |
2020-10-31 | Merge pull request #4209 from ↵ | Graham Christensen | |
hercules-ci/fix-restricted-store-addToStoreFromDump Restore RestrictedStore.addToStoreFromDump implementation | |||
2020-10-31 | Restore RestrictedStore.addToStoreFromDump implementation | Robert Hensing | |
It was accidentally removed in commit ca30abb3fb36440e5a13161c39647189036fc18f | |||
2020-10-30 | BoehmGCStackAllocator: increase stack size to 8MB | Robert Hensing | |
The default stack size was not based on the normal stack size and was too small. | |||
2020-10-30 | Fix RemoteStore pool deadlock in filterSource etc | Robert Hensing | |
2020-10-30 | Fix memory corruption caused by GC-invisible coroutine stacks | Robert Hensing | |
Crucially this introduces BoehmGCStackAllocator, but it also adds a bunch of wiring to avoid making libutil depend on bdw-gc. Part of the solutions for #4178, #4200 | |||
2020-10-30 | Fix test | Eelco Dolstra | |
2020-10-30 | Merge pull request #4202 from hercules-ci/nix-shell-doc | Eelco Dolstra | |
Nix shell doc | |||
2020-10-30 | nix-shell.md: Extend shellHook example | Robert Hensing | |
2020-10-30 | nix-shell.md: evaluated -> run | Robert Hensing | |
Use "run" to avoid confusion with Nix evaluation. "evaluated" was intended to reference bash eval but it's ambiguous. | |||
2020-10-29 | Fix assertion failure in tab completion for --option | Eelco Dolstra | |
2020-10-29 | Generalize extra-* settings | Eelco Dolstra | |
This removes the extra-substituters and extra-sandbox-paths settings and instead makes every array setting extensible by setting "extra-<name> = <value>" in the configuration file or passing "--<name> <value>" on the command line. | |||
2020-10-29 | Merge pull request #4199 from stefanjaax/replaceWantedBySpecified | Eelco Dolstra | |
Alter "wanted:" to "specified:" in hash mismatch output | |||
2020-10-29 | Merge pull request #4198 from mkenigs/capitalize-JSON | Eelco Dolstra | |
Capitalize JSON for consistency | |||
2020-10-29 | Alter "wanted:" to "specified:" in hash mismatch output | stev | |
This makes it even clearer which of the two hashes was specified in the nix files. Some may think that "wanted" and "got" is obvious, but: "got" could mean "got in nix file" and "wanted" could mean "want to see in nix file". | |||
2020-10-28 | Capitalize JSON for consistency | Matthew Kenigsberg | |
2020-10-28 | Consistency | Eelco Dolstra | |
2020-10-28 | Merge pull request #4194 from Ericson2314/skip-bad-static | Eelco Dolstra | |
No x86_32 static nix jobs for now | |||
2020-10-28 | No x86_32 static nix jobs for now | John Ericson | |
Fixes #4175 | |||
2020-10-27 | Merge pull request #4056 from tweag/non-ca-depending-on-ca | Eelco Dolstra | |
Allow non-CA derivations to depend on CA ones | |||
2020-10-27 | Test the remote caching of non-ca-depending-on-ca derivations | regnat | |
Although the non-resolved derivation will never get a cache-hit (it doesn't have an output path to query the cache for anyways), we might get one on the resolved derivation. | |||
2020-10-27 | Inline `unkownHashes` | regnat | |
See https://github.com/NixOS/nix/pull/4056#discussion_r493661632 | |||
2020-10-27 | Allow non-CA derivations to depend on CA derivations | regnat | |
2020-10-26 | isTrivial(): Support trivial lists | Eelco Dolstra | |
2020-10-26 | BaseSetting<StringMap>::set(): Don't append to previous value | Eelco Dolstra | |
2020-10-26 | Remove edition field | Eelco Dolstra | |
2020-10-26 | Fix test | Eelco Dolstra | |