Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Remove std::string alias (for real this time) | Eelco Dolstra | |
Also use std::string_view in a few more places. | |||
2022-02-25 | xml-writer: Remove std aliases | Eelco Dolstra | |
2022-02-25 | Merge pull request #6164 from kamadorueda/issue-5859 | Théophane Hufschmitt | |
refactor: remove verbose-build from docs | |||
2022-02-25 | refactor: remove verbose-build from docs | Kevin Amado | |
- From what I see it is an implementation detail but is no longer configurable from the settings | |||
2022-02-25 | ExprAttrs::show(): Show attrs in sorted order | Eelco Dolstra | |
Issue #6160. | |||
2022-02-24 | Merge pull request #6089 from edolstra/dot-default | Eelco Dolstra | |
Replace defaultBla.$system with bla.$system.default | |||
2022-02-24 | Merge pull request #6161 from edolstra/locked | Eelco Dolstra | |
libfetchers: Rename immutable -> locked | |||
2022-02-24 | libfetchers: Rename immutable -> locked | Eelco Dolstra | |
This is more consistent with flake terminology. | |||
2022-02-24 | Merge pull request #6150 from GuillaumeDesforges/doc/builtins-function-anchor | Eelco Dolstra | |
Add anchor to builtin functions in HTML documentation | |||
2022-02-24 | Merge pull request #6159 from NixOS/more-eager-daemon-polling-in-tests | Eelco Dolstra | |
testS: poll more eagerly for the daemon start/stop | |||
2022-02-24 | Merge pull request #6158 from NixOS/reorder-tests | Eelco Dolstra | |
Sort the tests by wall time | |||
2022-02-24 | testS: poll more eagerly for the daemon start/stop | regnat | |
Polling every 1 second means that even the simplest test takes at least 2 seconds. We can reasonably poll 1/10 of that to make things much quicker (esp. given that most of the time 0.1s is enough for the daemon to be started or stopped) | |||
2022-02-24 | Sort the tests by wall time | regnat | |
The tests are scheduled in the order they appear, so running the long ones first slightly improves the scheduling. On my machine, this decreases the time of `make install` from 40s to 36s | |||
2022-02-24 | Anchor with prefix | Guillaume Desforges | |
2022-02-24 | Merge pull request #5342 from Misterio77/add-sourcehut | Théophane Hufschmitt | |
Add support for sourcehut input scheme | |||
2022-02-23 | add sourcehut integration test | Gabriel Fontes | |
2022-02-23 | Anchor link for builtin functions in HTML doc | Guillaume Desforges | |
2022-02-23 | Add html make target | Guillaume Desforges | |
2022-02-23 | Merge pull request #6147 from NixOS/include-outputs-doc | Eelco Dolstra | |
Precise the doc for `--include-outputs` | |||
2022-02-23 | Precise the doc for `--include-outputs` | Théophane Hufschmitt | |
Make it explicit that it only includes the existing outputs and not the ones that haven’t been realised | |||
2022-02-22 | Update docs | Eelco Dolstra | |
2022-02-22 | Update release notes | Eelco Dolstra | |
2022-02-22 | nix flake check: Warn about deprecated flake outputs | Eelco Dolstra | |
2022-02-22 | Replace defaultBla.$system with bla.$system.default | Eelco Dolstra | |
This also simplifies some InstallableFlake logic and fixes 'nix bundle' parsing its installable twice. Fixes #5532. | |||
2022-02-21 | Merge pull request #6136 from matthewbauer/profile-upgrade-verbosity | Eelco Dolstra | |
Add verbosity to nix profile upgrade | |||
2022-02-21 | Merge pull request #6139 from edolstra/no-std-aliases | Eelco Dolstra | |
Remove std aliases | |||
2022-02-21 | Fix macOS build | Eelco Dolstra | |
2022-02-21 | Apply suggestions from code review | Matthew Bauer | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2022-02-21 | Merge pull request #6138 from nmattia/nm-clarify-manpath | Eelco Dolstra | |
Document usage of MANPATH in nix-profile.sh | |||
2022-02-21 | Remove std::string alias | Eelco Dolstra | |
2022-02-21 | Remove std::vector alias | Eelco Dolstra | |
2022-02-21 | Remove std::set alias | Eelco Dolstra | |
2022-02-21 | Remove std::list alias | Eelco Dolstra | |
2022-02-21 | Merge pull request #6052 from ↵ | Eelco Dolstra | |
hercules-ci/issue-3294-fix-interruptCallback-deadlock Fix deadlocked nix-daemon zombies on darwin #3294 | |||
2022-02-21 | triggerInterrupt: Refactor to use break | Robert Hensing | |
2022-02-21 | Document usage of MANPATH in nix-profile.sh | Nicolas Mattia | |
While trying to figure out how `nix-env`/`nix profile` work I had a hard time understand how man pages were being installed. Took me quite some time to figure this out, thought it might be useful to others too! | |||
2022-02-21 | Merge pull request #6120 from mayflower/print-full-names | Eelco Dolstra | |
path-info: use full store paths when we have them | |||
2022-02-20 | Add verbosity to nix profile upgrade | Matthew Bauer | |
Followup of https://github.com/NixOS/nix/pull/6086. This time adding a warning if no packages are upgraded. | |||
2022-02-19 | path-info: use full store paths when we have them | Linus Heckemann | |
Fixes #5645 | |||
2022-02-18 | Integrate push-docker.sh into the release script | Eelco Dolstra | |
This also makes sure that we get the Docker images from the same Hydra eval, rather than the latest build from job/nix/.../dockerImage, which may not be the same. | |||
2022-02-18 | Merge remote-tracking branch 'origin/script-to-make-docker-release' | Eelco Dolstra | |
2022-02-18 | Merge pull request #6114 from Radvendii/welcomeText | Eelco Dolstra | |
add release notes for welcomeText | |||
2022-02-18 | remove the manifest before creating them | Rok Garbas | |
2022-02-18 | Merge remote-tracking branch 'origin/master' into script-to-make-docker-release | Rok Garbas | |
2022-02-17 | add release notes for welcomeText | Taeer Bar-Yam | |
2022-02-17 | Merge pull request #6103 from Radvendii/welcomeText | Eelco Dolstra | |
add descriptive output when creating templates | |||
2022-02-17 | make flake template welcomeText markdown | Taeer Bar-Yam | |
2022-02-17 | Merge pull request #6110 from layus/patch-2 | Eelco Dolstra | |
Create daemon-socket folder during install | |||
2022-02-17 | Create to daemon-socket folder during install | Guillaume Maudoux | |
2022-02-16 | InputScheme::fetch(): Return a StorePath instead of a Tree | Eelco Dolstra | |