Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-03 | LocalStore: Get rid of recursive_mutex | Eelco Dolstra | |
2020-11-03 | Add FIXME | Eelco Dolstra | |
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 | 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 | Restore RestrictedStore.addToStoreFromDump implementation | Robert Hensing | |
It was accidentally removed in commit ca30abb3fb36440e5a13161c39647189036fc18f | |||
2020-10-30 | Fix RemoteStore pool deadlock in filterSource etc | Robert Hensing | |
2020-10-30 | Fix test | Eelco Dolstra | |
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-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 | 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 | Move Explicit | Eelco Dolstra | |
2020-10-26 | Make the prompt used in development shells configurable | Eelco Dolstra | |
2020-10-22 | Fix clang build | Eelco Dolstra | |
2020-10-22 | nix develop: Add --redirect flag to redirect dependencies | Eelco Dolstra | |
This is primarily useful if you're hacking simultaneously on a package and one of its dependencies. E.g. if you're hacking on Hydra and Nix, you would start a dev shell for Nix, and then a dev shell for Hydra as follows: $ nix develop \ --redirect .#hydraJobs.build.x86_64-linux.nix ~/Dev/nix/outputs/out \ --redirect .#hydraJobs.build.x86_64-linux.nix.dev ~/Dev/nix/outputs/dev (This assumes hydraJobs.build.x86_64-linux has a passthru.nix attribute. You can also use a store path.) This causes all references in the environment to those store paths to be rewritten to ~/Dev/nix/outputs/{out,dev}. Note: unfortunately, you may need to set LD_LIBRARY_PATH=~/Dev/nix/outputs/out/lib because Nixpkgs' ld-wrapper only adds -rpath entries for -L flags that point to the Nix store. | |||
2020-10-21 | nix develop: Handle 'declare -ax' in bash output | Eelco Dolstra | |
Fixes 'nix develop nixpkgs#qpdfview'. | |||
2020-10-21 | Add NIX_CONFIG env var for applying nix.conf overrides | Christian Kampka | |
2020-10-20 | Make bash non-interactive for nix develop --phase | Matthew Kenigsberg | |
Fix #3975: Currently if Ctrl-C is pressed during a phase, the interactive subshell is not exited. Removing --rcfile when --phase is present makes bash non-interactive | |||
2020-10-19 | Merge pull request #4080 from kquick/kwq/flake-int-doc | Eelco Dolstra | |
Add some internal documentation for flake support objects. | |||
2020-10-18 | Merge pull request #4143 from obsidiansystems/typed-goal-maps | Eelco Dolstra | |
Properly type the derivation and substitution goal maps | |||
2020-10-18 | DerivationGoal: only retry if output closure incomplete is only problem | Robert Hensing | |
2020-10-18 | Typo | Robert Hensing | |
2020-10-17 | Explain that `upcast_goal` is still a static cast | John Ericson | |
2020-10-17 | Just use `auto` in two places. | John Ericson | |
2020-10-17 | tab -> space | John Ericson | |
2020-10-17 | Merge remote-tracking branch 'upstream/master' into typed-goal-maps | John Ericson | |
2020-10-15 | Add missing include for MAX_PATH | John Ericson | |
And remove one that we didn't actually need to add | |||
2020-10-15 | Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds | John Ericson | |
2020-10-14 | Merge remote-tracking branch 'upstream/master' into typed-goal-maps | John Ericson | |
2020-10-14 | Create /etc/passwd *after* figuring out the sandbox uid/gid | Eelco Dolstra | |
Fixes build failures like # nix log /nix/store/gjaa0psfcmqvw7ivggsncx9w364p3s8s-sshd.conf-validated.drv No user exists for uid 30012 | |||
2020-10-13 | Add some more docs | John Ericson | |
2020-10-13 | Merge remote-tracking branch 'upstream/master' into typed-goal-maps | John Ericson | |
2020-10-13 | Merge branch 'split_build_cc' of https://github.com/obsidiansystems/nix | Eelco Dolstra | |
2020-10-12 | Merge remote-tracking branch 'obsidian/split_build_cc' into typed-goal-maps | John Ericson | |
2020-10-12 | Merge remote-tracking branch 'upstream/master' into split_build_cc | John Ericson | |
2020-10-12 | Merge branches 'split_build_hh-0', 'split_build_hh-1', 'split_build_hh-2', ↵ | John Ericson | |
'split_build_hh-3' and 'split_build_hh-4' into split_build_cc | |||
2020-10-12 | Trim worker.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (worker.hh) | John Ericson | |
2020-10-12 | Trim substitution-goal.hh | John Ericson | |