Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-28 | Docs: Explain why `import nixpkgs` works in flakes | Joachim Breitner | |
2023-03-27 | Merge pull request #8114 from obsidiansystems/docs-profiles-dirs | John Ericson | |
Fix more profile dirs in docs | |||
2023-03-27 | Fix more profile dirs in docs | John Ericson | |
Picking up where #8078 left off. | |||
2023-03-27 | Merge pull request #7763 from obsidiansystems/installable-wide-info | Eelco Dolstra | |
Stratify `ExtraPathInfo` along `Installable` hierarchy | |||
2023-03-27 | Merge pull request #8084 from edolstra/store-docs | Eelco Dolstra | |
Auto-generate store documentation | |||
2023-03-27 | Merge pull request #8073 from tweag/fix-root-channels-location | John Ericson | |
Fix root channels location | |||
2023-03-27 | Merge pull request #8062 from edolstra/ssl-cert-file | Eelco Dolstra | |
Add a setting for configuring the SSL certificates file | |||
2023-03-27 | Merge pull request #7609 from obsidiansystems/hide-experimental-settings | John Ericson | |
Hide experimental settings | |||
2023-03-27 | ssl-cert-file: Use lists | Eelco Dolstra | |
2023-03-27 | Merge pull request #8104 from avdv/graphml-use-long-for-narsize | Eelco Dolstra | |
nix-store: Use `long` for `narSize` in graphml output | |||
2023-03-27 | Make some comments in profiles.hh doxygen-enabled | Théophane Hufschmitt | |
These are proper documentation of the API, so they deserve to be here | |||
2023-03-27 | Merge pull request #8109 from oxalica/fix/show-legacy-packages | Robert Hensing | |
Catch eval errors in `hasContent` | |||
2023-03-27 | tests/flakes/show.sh: Broaden requirement comment | Robert Hensing | |
2023-03-26 | Catch eval errors in `hasContent` | oxalica | |
`legacyPackages` of nixpkgs trigger eval errors in `hasContent`, causing the whole `legacyPackages` being skipped. We should treat it as has-content in that case. | |||
2023-03-24 | nix-store: Use `long` for `narSize` in graphml output | Claudio Bley | |
2023-03-24 | Stratify `ExtraPathInfo` along `Installable` hierarchy | John Ericson | |
Instead of having a bunch of optional fields, have a few subclasses which can have mandatory fields. Additionally, the new `getExtraPathInfo`, and `nixpkgsFlakeRef`, are moved to `InstallableValue`. I did these things because https://github.com/NixOS/rfcs/pull/134 ; with these things moved to `InstallableValue`, the base `Installable` no longer depends on libexpr! This is a major step towards that. Also, add a bunch of doc comments for sake of the internal API docs. | |||
2023-03-24 | Merge pull request #7757 from obsidiansystems/more-installable-value | Eelco Dolstra | |
Move value-only methods to `InstallableValue` | |||
2023-03-24 | Merge pull request #8098 from ↵ | Théophane Hufschmitt | |
hercules-ci/error-cc-Only-suggest-show-trace-when-truncated-trace-items-would-be-pri error.cc: Only suggest `--show-trace` when relevant | |||
2023-03-24 | Merge pull request #8096 from tweag/filter-tests | Théophane Hufschmitt | |
Filter tests/nixos from source | |||
2023-03-24 | Filter tests/nixos from source | Alexander Bantyev | |
2023-03-23 | Test the installation of a simple package in the install tests | Théophane Hufschmitt | |
2023-03-23 | error.cc: Only suggest show-trace when truncated trace items would be printed | Robert Hensing | |
Otherwise, a trace consisting of frame frame frame non-frame ... would reach the non-frame and print the suggestion, even though it would have ignored the non-frame anyway. This resulted in a peculariar situation where --show-trace would have no apparent effect, as the trace was actually already complete. | |||
2023-03-23 | Tweaks | Eelco Dolstra | |
2023-03-23 | Update release notes | Eelco Dolstra | |
2023-03-23 | Register LocalStore to ensure it's included in the manual | Eelco Dolstra | |
2023-03-23 | Document store URLs | Eelco Dolstra | |
2023-03-23 | ci: Update the install-nix-action | Théophane Hufschmitt | |
2023-03-23 | Factor out the generation of the profile/channel directory | Théophane Hufschmitt | |
Make sure that all the code paths use the same one, and that the backwards-compatibility measures are probably in place when needed | |||
2023-03-23 | nix-channel: Restore the old root channels directory | Théophane Hufschmitt | |
2023-03-23 | ci: Try to install something with Nix in the installer test | Théophane Hufschmitt | |
2023-03-23 | Update doc/manual/src/release-notes/rl-next.md | Eelco Dolstra | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2023-03-23 | Update src/libstore/local-store.md | Eelco Dolstra | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2023-03-23 | showSetting: Drop ... | Eelco Dolstra | |
2023-03-23 | Make useAnchors a named argument | Eelco Dolstra | |
2023-03-23 | Fix SSHStore | Eelco Dolstra | |
2023-03-23 | Merge pull request #8095 from fricklerhandwerk/operators-formatting | Eelco Dolstra | |
doc: force line breaks where needed | |||
2023-03-23 | Fix clang build | Eelco Dolstra | |
2023-03-22 | Merge pull request #8078 from obsidiansystems/profile-md | John Ericson | |
Fix `nix profile --help` | |||
2023-03-23 | Merge pull request #6865 from zuzuleinen/manual-nix-path-empty | Valentin Gagarin | |
document what happens when NIX_PATH is empty | |||
2023-03-22 | add links | Valentin Gagarin | |
2023-03-22 | doc: force line breaks where needed | Valentin Gagarin | |
2023-03-22 | docker.nix: add an option to include flake-registry inside docker image (#6750) | Alex Wied | |
Co-authored-by: Alex Wied <centromere@users.noreply.github.com> Co-authored-by: Rok Garbas <rok@floxdev.com> | |||
2023-03-22 | Improve store setting descriptions / Markdown formatting | Eelco Dolstra | |
2023-03-22 | nix help-stores: Don't include anchors | Eelco Dolstra | |
Since setting names are not unique we don't have an easy way to produce unique anchors. | |||
2023-03-22 | Merge pull request #8082 from edolstra/add-links | Eelco Dolstra | |
Add links to API docs / coverage analysis to the hacking section | |||
2023-03-21 | Merge pull request #8085 from edolstra/fetchGit-md | Eelco Dolstra | |
Fix rendering of fetchGit documentation | |||
2023-03-21 | Fix rendering of fetchGit documentation | Eelco Dolstra | |
stripIndentation() doesn't support tabs, so the entire markdown ended up indented and thus rendered as a code block. | |||
2023-03-21 | Add a "help" category | Eelco Dolstra | |
This makes the help commands show up prominently at the top of the 'nix' manpage. | |||
2023-03-21 | Move store docs to 'nix help-stores' | Eelco Dolstra | |
Why not 'nix help stores'? Well, 'nix help <arg>' already means 'show help on the "arg" subcommand'. | |||
2023-03-21 | Formatting | Eelco Dolstra | |