summaryrefslogtreecommitdiff
path: root/pkgs/tools/nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unused occurence of stdenv (and other) arguments•••format (will squash) Sigmanificient2024-07-141-1/+0
* nixos/alsa: kill sound.enable and friends with fireK9002024-07-131-1/+1
* nixos-option: fix self inclusive src (move src)Felix Buehler2024-07-085-1/+2
* Merge pull request #322024 from xzfc/cached-nix-shell•••cached-nix-shell: 0.1.5 -> 0.1.6Pol Dellaiera2024-07-081-47/+0
|\
| * cached-nix-shell: 0.1.5 -> 0.1.6Albert Safin2024-07-071-47/+0
* | Merge pull request #318890 from r-ryantm/auto-update/nixdoc•••nixdoc: 3.0.5 -> 3.0.7Silvan Mosberger2024-06-261-3/+3
|\ \ | |/ |/|
| * nixdoc: 3.0.5 -> 3.0.7R. Ryantm2024-06-101-3/+3
* | nixci: 0.4.0 -> 0.5.0shivaraj-bh2024-06-171-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 Hildebrandt2024-06-092-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 Hildebrandt2024-06-095-5/+5
* nixdoc: 3.0.2 -> 3.0.5R. Ryantm2024-05-211-3/+3
* npins: fix darwin buildMartin Weinelt2024-05-201-1/+1
* npins: 0.2.2 -> 0.2.4Andreas Rammhold2024-05-122-5/+5
* Merge branch 'master' into staging-nextWeijia Wang2024-04-301-4/+1
|\
| * Revert "nixos-option: fix self inclusive src"K9002024-04-301-4/+1
* | Merge master into staging-nextgithub-actions[bot]2024-04-291-1/+4
|\|
| * nixos-option: fix self inclusive srcFelix Buehler2024-04-281-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 Tojnar2024-04-271-2/+2
|/
* Merge pull request #305222 from shivaraj-bh/update-nixci•••nixci: 0.2.0 -> 0.4.0rewine2024-04-201-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-bh2024-04-201-6/+14
* | nixpkgs-hammering: unstable-2023-11-06 -> unstable-2024-03-25Anthony Roussel2024-04-061-4/+4
* | nixpkgs-hammering: add passthru.updateScriptAnthony Roussel2024-04-061-0/+3
|/
* pkgs.nixdoc: leave maintainersLorenzo Manacorda2024-04-041-1/+0
* nixos-render-docs: make examples collapsible by defaultDS2024-04-021-4/+4
* Merge pull request #296384 from pennae/remove-docbook-docs-support•••nixos/docs: remove docbook support machinerySilvan Mosberger2024-03-288-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. pennae2024-03-287-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. pennae2024-03-284-17/+21
* | fh: 0.1.9 -> 0.1.10R. Ryantm2024-03-221-3/+3
* | doc: fix code to generate links for headings in the manualDS2024-03-211-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. stuebinm2024-03-1914-0/+14
* | Merge branch 'master' into haskell-updatesmaralorn2024-03-162-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 syntaxDaniel Sidhion2024-03-162-5/+5
| |/
* | Merge master into haskell-updatesgithub-actions[bot]2024-03-131-3/+4
|\|
| * Merge pull request #295262 from hsjobeki/maintainers/hsjobekiSilvan Mosberger2024-03-121-0/+1
| |\
| | * maintainers: add hsjobeki to nixdocJohannes Kirschbauer2024-03-121-0/+1
| * | nixdoc: 3.0.1 -> 3.0.2R. Ryantm2024-03-121-3/+3
| |/
* | Merge master into haskell-updatesgithub-actions[bot]2024-03-061-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 Lovelace2024-03-051-8/+8
* | Merge master into haskell-updatesgithub-actions[bot]2024-03-011-2/+3
|\|
| * nix-init: unpin libgit2Sandro Jäckel2024-02-291-2/+3
* | Merge master into haskell-updatesgithub-actions[bot]2024-02-291-3/+3
|\|
| * nixdoc: 2.7.0 -> 3.0.1R. Ryantm2024-02-281-3/+3
* | Merge master into haskell-updatesgithub-actions[bot]2024-02-081-29/+0
|\|
| * Merge pull request #280617 from IogaMaster/manix-nix-community-edition•••manix: 0.7.1 -> 0.8.0Sandro2024-02-071-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> IogaMaster2024-01-291-29/+0
* | | Merge master into haskell-updatesgithub-actions[bot]2024-01-302-5/+134
|\| |
| * | adds block_args for autogenerated ids from trustworthy sourcesJohannes Kirschbauer2024-01-292-5/+134
| |/
* / nix-output-monitor: 2.1.1 -> 2.1.2maralorn2024-01-261-3/+3
|/
* Merge master into staging-nextgithub-actions[bot]2024-01-041-0/+1
|\
| * nixos-option: set meta.mainProgramSandro Jäckel2024-01-031-0/+1