Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2022-02-16 | addToStoreFromDump(): Take std::string_view | Eelco Dolstra | |
2022-02-16 | Merge pull request #6104 from rrbutani/master | Eelco Dolstra | |
Fix formatting for options with "machine-specific" defaults | |||
2022-02-15 | manual: fix formatting for options with "machine-specific" defaults | Rahul Butani | |
2022-02-15 | add descriptive output when creating templates | Taeer Bar-Yam | |
this includes a `welcomeText` attribute which can be set in the template, as well as outputing which files were created. | |||
2022-02-14 | add sourcehut input scheme | Gabriel Fontes | |
2022-02-14 | Merge pull request #6100 from edolstra/installables-cleanup | Eelco Dolstra | |
InstallableFlake: Default attr paths cleanup | |||
2022-02-14 | InstallableFlake: Default attr paths cleanup | Eelco Dolstra | |
This removes some duplicated logic, and fixes "nix bundle" parsing its installable twice. | |||
2022-02-14 | Merge pull request #6092 from Kha/sandbox-wo-userns | Eelco Dolstra | |
Fix using sandbox without user namespaces | |||
2022-02-12 | Fix using sandbox without user namespaces | Sebastian Ullrich | |
2022-02-11 | Merge pull request #6085 from edolstra/fix-flake-defaults | Eelco Dolstra | |
parseInstallables(): Don't try the flake attr path prefixes when no fragment is specified | |||
2022-02-11 | Merge pull request #6086 from tomberek/profile_remove | Eelco Dolstra | |
profile: add verbosity | |||
2022-02-11 | profile: add verbosity | Tom Bereknyei | |
warn if there are no matches and give notice of removing packages as they are found |