Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-25 | Move import docs | Eelco Dolstra | |
2020-08-25 | Add getDoc() function | Eelco Dolstra | |
2020-08-25 | Merge pull request #3948 from garbas/fix-3947 | Eelco Dolstra | |
set Content-Type to "text/plain" for install script | |||
2020-08-25 | Use RegisterPrimOp for some undocumented primops | Eelco Dolstra | |
2020-08-25 | Document some primops | Eelco Dolstra | |
2020-08-25 | Fix tests | Eelco Dolstra | |
2020-08-25 | Fix perlBindings job | Eelco Dolstra | |
2020-08-24 | Fix clang build | Eelco Dolstra | |
2020-08-24 | Don't barf if corepkgs is in the store but not a valid path | Eelco Dolstra | |
This can happen when using a dummy store (or indeed any non-local store). | |||
2020-08-24 | Add DummyStore (dummy://) | Eelco Dolstra | |
DummyStore does not allow building or adding paths. This is useful for evaluation tests when you don't want to initialize a "proper" store. | |||
2020-08-24 | nix repl ':doc': Render using lowdown | Eelco Dolstra | |
2020-08-24 | Generate builtins section of the manual | Eelco Dolstra | |
2020-08-24 | Move primop docs inline | Eelco Dolstra | |
This makes them available to 'nix repl'. | |||
2020-08-24 | Allow primops to have Markdown documentation | Eelco Dolstra | |
2020-08-24 | Fix tests | Eelco Dolstra | |
2020-08-24 | Merge pull request #3950 from obsidiansystems/tabs-spaces | Eelco Dolstra | |
tabs -> spaces | |||
2020-08-24 | Merge pull request #3952 from obsidiansystems/write-derivation-borrow | Eelco Dolstra | |
`writeDerivation` just needs a plain store reference | |||
2020-08-23 | `writeDerivation` just needs a plain store reference | John Ericson | |
2020-08-21 | "Downstream placeholders" should not be store paths | John Ericson | |
Insead they should be opaque `/<hash>` like the placeholders we already have. | |||
2020-08-21 | tabs -> spaces | John Ericson | |
Sorry I let the tab sneak in there in the first place. | |||
2020-08-20 | Merge remote-tracking branch 'upstream/master' into single-ca-drv-build | John Ericson | |
2020-08-20 | Rename drv output querying functions, like master | John Ericson | |
- `queryDerivationOutputMapAssumeTotal` -> `queryPartialDerivationOutputMap` - `queryDerivationOutputMapAssumeTotal` -> `queryDerivationOutputMap | |||
2020-08-20 | Merge pull request #3859 from obsidiansystems/drv-outputs-map-allow-missing | Eelco Dolstra | |
`queryDerivationOutputMap` no longer assumes all outputs have a mapping | |||
2020-08-20 | Rename drv output querying functions | John Ericson | |
- `queryDerivationOutputMapAssumeTotal` -> `queryPartialDerivationOutputMap` - `queryDerivationOutputMapAssumeTotal` -> `queryDerivationOutputMap` | |||
2020-08-20 | set Content-Type to "text/plain" for install script | Rok Garbas | |
fixes #3947 | |||
2020-08-20 | Remove PrimOp constructor | Eelco Dolstra | |
2020-08-20 | Allow 'nix' subcommands to provide docs in Markdown format | Eelco Dolstra | |
2020-08-20 | List deprecated option aliases in the docs | Eelco Dolstra | |
2020-08-20 | Config: Use nlohmann/json | Eelco Dolstra | |
2020-08-20 | Merge pull request #3945 from ryantm/patch-1 | Eelco Dolstra | |
fix spelling | |||
2020-08-20 | Fix max fd calc and add test | John Ericson | |
2020-08-19 | fix spelling | Ryan Mulligan | |
2020-08-19 | Use `RemoteStore` to open connection for proxying daemon | John Ericson | |
Removes duplicate websocket opening code, and also means we should be able to to ssh-ssh-... daemon relays, not just uds-uds-... ones. | |||
2020-08-19 | Revert "Add a separate manual job" | Eelco Dolstra | |
This reverts commit 5e3ad1dde0a03b3bd094e1d4ecc0f4fc7abdaa5c. Manual generation now depends on the 'nix' command. | |||
2020-08-19 | Consistency | Eelco Dolstra | |
2020-08-19 | Generate the nix.conf docs from the source code | Eelco Dolstra | |
This means we don't have two (divergent) sets of option descriptions anymore. | |||
2020-08-19 | Merge branch 'master' of github.com:NixOS/nix into ↵ | John Ericson | |
remove-storetype-delegate-regStore | |||
2020-08-19 | Change option descriptions to Markdown | Eelco Dolstra | |
2020-08-19 | Improve margins between sections | Eelco Dolstra | |
The default CSS puts almost no space between sections, but a lot of space between subsections. This flips that around. | |||
2020-08-18 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
derivation-header-include-order | |||
2020-08-18 | Merge pull request #3917 from obsidiansystems/output-env-var-unconditional | Eelco Dolstra | |
Simplify code as output env vars are unconditional | |||
2020-08-18 | Merge pull request #3940 from obsidiansystems/fixed-output-remote-builder-test | Eelco Dolstra | |
Add commented-out test for remote building with fixed output derivations | |||
2020-08-18 | Merge pull request #3930 from obsidiansystems/legacy-ssh-build-paths | Eelco Dolstra | |
Define `LegacySSHStore::buildPaths` using `cmdBuildPaths` | |||
2020-08-18 | Improve nix.1 manpage generator | Eelco Dolstra | |
2020-08-17 | Comment out fixed content address test | Carlo Nucera | |
2020-08-17 | Start generation of the nix.1 manpage | Eelco Dolstra | |
2020-08-17 | Add 'nix dump-args' to dump all commands/flags for manpage generation | Eelco Dolstra | |
2020-08-17 | Merge remote-tracking branch 'origin/master' into markdown | Eelco Dolstra | |
2020-08-17 | Merge pull request #3932 from chkno/no-show-signature | Eelco Dolstra | |
Don't try to parse signature check as commit timestamp | |||
2020-08-17 | Merge branch 'ca-no-need-trust' of https://github.com/obsidiansystems/nix | Eelco Dolstra | |