| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: remove unused occurence of stdenv (and other) arguments•••format (will squash)
| Sigmanificient | 2024-07-14 | 1 | -1/+0 |
| * | nixos/alsa: kill sound.enable and friends with fire | K900 | 2024-07-13 | 1 | -1/+1 |
| * | nixos-option: fix self inclusive src (move src) | Felix Buehler | 2024-07-08 | 5 | -1/+2 |
| * | Merge pull request #322024 from xzfc/cached-nix-shell•••cached-nix-shell: 0.1.5 -> 0.1.6 | Pol Dellaiera | 2024-07-08 | 1 | -47/+0 |
| |\ |
|
| | * | cached-nix-shell: 0.1.5 -> 0.1.6 | Albert Safin | 2024-07-07 | 1 | -47/+0 |
| * | | Merge pull request #318890 from r-ryantm/auto-update/nixdoc•••nixdoc: 3.0.5 -> 3.0.7 | Silvan Mosberger | 2024-06-26 | 1 | -3/+3 |
| |\ \
| |/
|/| |
|
| | * | nixdoc: 3.0.5 -> 3.0.7 | R. Ryantm | 2024-06-10 | 1 | -3/+3 |
| * | | nixci: 0.4.0 -> 0.5.0 | shivaraj-bh | 2024-06-17 | 1 | -5/+5 |
| |/ |
|
| * | treewide: Remove the definite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
| Alexis Hildebrandt | 2024-06-09 | 2 | -2/+2 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
| Alexis Hildebrandt | 2024-06-09 | 5 | -5/+5 |
| * | nixdoc: 3.0.2 -> 3.0.5 | R. Ryantm | 2024-05-21 | 1 | -3/+3 |
| * | npins: fix darwin build | Martin Weinelt | 2024-05-20 | 1 | -1/+1 |
| * | npins: 0.2.2 -> 0.2.4 | Andreas Rammhold | 2024-05-12 | 2 | -5/+5 |
| * | Merge branch 'master' into staging-next | Weijia Wang | 2024-04-30 | 1 | -4/+1 |
| |\ |
|
| | * | Revert "nixos-option: fix self inclusive src" | K900 | 2024-04-30 | 1 | -4/+1 |
| * | | Merge master into staging-next | github-actions[bot] | 2024-04-29 | 1 | -1/+4 |
| |\| |
|
| | * | nixos-option: fix self inclusive src | Felix Buehler | 2024-04-28 | 1 | -1/+4 |
| * | | treewide: wrapGAppsHook → wrapGAppsHook3•••This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
| Jan Tojnar | 2024-04-27 | 1 | -2/+2 |
| |/ |
|
| * | Merge pull request #305222 from shivaraj-bh/update-nixci•••nixci: 0.2.0 -> 0.4.0 | rewine | 2024-04-20 | 1 | -6/+14 |
| |\ |
|
| | * | nixci: 0.2.0 -> 0.4.0; fix Darwin build•••https://github.com/srid/nixci/releases/tag/0.4.0
Add SystemConfiguration and IOKit from apple_sdk to fix the darwin build failure
| shivaraj-bh | 2024-04-20 | 1 | -6/+14 |
| * | | nixpkgs-hammering: unstable-2023-11-06 -> unstable-2024-03-25 | Anthony Roussel | 2024-04-06 | 1 | -4/+4 |
| * | | nixpkgs-hammering: add passthru.updateScript | Anthony Roussel | 2024-04-06 | 1 | -0/+3 |
| |/ |
|
| * | pkgs.nixdoc: leave maintainers | Lorenzo Manacorda | 2024-04-04 | 1 | -1/+0 |
| * | nixos-render-docs: make examples collapsible by default | DS | 2024-04-02 | 1 | -4/+4 |
| * | Merge pull request #296384 from pennae/remove-docbook-docs-support•••nixos/docs: remove docbook support machinery | Silvan Mosberger | 2024-03-28 | 8 | -469/+35 |
| |\ |
|
| | * | docs/nrd: remove docbook rendering support•••it's no longer needed and if anything impedes further development of the
tooling by its sheer undecipherability of reasoning alone. users of the
docbook renderers can still pull nrd from 23.11 to get this support for
the foreseeable future, but with everything we can remember having moved
away from docbook-like toolchains already that seems unlikely to happen.
| pennae | 2024-03-28 | 7 | -454/+16 |
| | * | docs/nrd: move make_xml_id to manual_structure•••since we don't want to break links and changing the id generation scheme
would Very Break links this id generation function is unfortunately
somewhat part of the manual structure now, so we may as well put it there.
| pennae | 2024-03-28 | 4 | -17/+21 |
| * | | fh: 0.1.9 -> 0.1.10 | R. Ryantm | 2024-03-22 | 1 | -3/+3 |
| * | | doc: fix code to generate links for headings in the manual | DS | 2024-03-21 | 1 | -3/+2 |
| * | | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
| stuebinm | 2024-03-19 | 14 | -0/+14 |
| * | | Merge branch 'master' into haskell-updates | maralorn | 2024-03-16 | 2 | -5/+5 |
| |\ \ |
|
| | * | | doc: fix and simplify stylesheets for the manuals, fix nrd bug (#295847)•••* doc: fix and simplify stylesheets for the manuals, fix nrd bug
* Add anchorjs script to add links on section headers
* Fix another nrd bug, address style changes
* Use span instead of a for inline span syntax | Daniel Sidhion | 2024-03-16 | 2 | -5/+5 |
| | |/ |
|
| * | | Merge master into haskell-updates | github-actions[bot] | 2024-03-13 | 1 | -3/+4 |
| |\| |
|
| | * | Merge pull request #295262 from hsjobeki/maintainers/hsjobeki | Silvan Mosberger | 2024-03-12 | 1 | -0/+1 |
| | |\ |
|
| | | * | maintainers: add hsjobeki to nixdoc | Johannes Kirschbauer | 2024-03-12 | 1 | -0/+1 |
| | * | | nixdoc: 3.0.1 -> 3.0.2 | R. Ryantm | 2024-03-12 | 1 | -3/+3 |
| | |/ |
|
| * | | Merge master into haskell-updates | github-actions[bot] | 2024-03-06 | 1 | -8/+8 |
| |\| |
|
| | * | nixos-option: update to nix 2.18•••This utility has horrendous code quality, partially due to nix's fault,
and really desperately needs to be rewritten, hopefully to not use the
nix C++ API. Either use the Python bindings to the Nix C API when the
Nix team merges the C API, or just write a clever bit of Nix script to
extract the data from a config, turn it into json, then process it into
good output in a CLI wrapper.
It currently does not support flakes and has many other issues.
(in my testing it did not accept -I nixos-path, it exploded due to
having plugins in /etc/nix/nix.conf with no way to override that, among
other breakage that simply does not exist in the Nix CLI).
| Jade Lovelace | 2024-03-05 | 1 | -8/+8 |
| * | | Merge master into haskell-updates | github-actions[bot] | 2024-03-01 | 1 | -2/+3 |
| |\| |
|
| | * | nix-init: unpin libgit2 | Sandro Jäckel | 2024-02-29 | 1 | -2/+3 |
| * | | Merge master into haskell-updates | github-actions[bot] | 2024-02-29 | 1 | -3/+3 |
| |\| |
|
| | * | nixdoc: 2.7.0 -> 3.0.1 | R. Ryantm | 2024-02-28 | 1 | -3/+3 |
| * | | Merge master into haskell-updates | github-actions[bot] | 2024-02-08 | 1 | -29/+0 |
| |\| |
|
| | * | Merge pull request #280617 from IogaMaster/manix-nix-community-edition•••manix: 0.7.1 -> 0.8.0 | Sandro | 2024-02-07 | 1 | -29/+0 |
| | |\ |
|
| | | * | manix: 0.7.1 -> 0.8.0•••https://github.com/nix-community/manix
Update pkgs/by-name/ma/manix/package.nix
Co-authored-by: bryango <bryango@users.noreply.github.com>
Update pkgs/by-name/ma/manix/package.nix
Co-authored-by: bryango <bryango@users.noreply.github.com>
| IogaMaster | 2024-01-29 | 1 | -29/+0 |
| * | | | Merge master into haskell-updates | github-actions[bot] | 2024-01-30 | 2 | -5/+134 |
| |\| | |
|
| | * | | adds block_args for autogenerated ids from trustworthy sources | Johannes Kirschbauer | 2024-01-29 | 2 | -5/+134 |
| | |/ |
|
| * / | nix-output-monitor: 2.1.1 -> 2.1.2 | maralorn | 2024-01-26 | 1 | -3/+3 |
| |/ |
|
| * | Merge master into staging-next | github-actions[bot] | 2024-01-04 | 1 | -0/+1 |
| |\ |
|
| | * | nixos-option: set meta.mainProgram | Sandro Jäckel | 2024-01-03 | 1 | -0/+1 |