about summary refs log tree commit diff
path: root/maintainers/scripts
AgeCommit message (Collapse)AuthorFilesLines
2024-02-28Merge pull request #292118 from philiptaron/typo-fixJon Seager1-1/+1
maintainers/bootstrap-files: fix two typos in README.md
2024-02-28maintainers/bootstrap-files: fix two typos in README.mdPhilip Taron1-1/+1
2024-02-28maintainers/scripts/kde/collect-logs: rewrite in NuK9002-13/+11
Fast.
2024-02-28maintainers/scripts: add kde2nix toolingK9006-0/+505
This will be used to generate data for KDE 6 packages.
2024-02-07Merge master into haskell-updatesgithub-actions[bot]1-0/+1
2024-02-06lua51Packages.xml2lua: init at 1.5-2Matthieu Coudron1-0/+1
required by the upcoming rest.nvim
2024-02-06Merge master into haskell-updatesgithub-actions[bot]1-0/+2
2024-02-05haskellPackages.cabal2nix-unstable: 2024-01-04 -> 2024-02-05maralorn1-4/+0
2024-02-05luaPackages.nvim-nio: init at 1.2.0-1Matthieu Coudron1-0/+1
2024-02-05lua51Packages.rocks-nvim: init at 2.7.3-1Matthieu Coudron1-0/+1
2024-01-29Merge master into haskell-updatesgithub-actions[bot]2-0/+367
2024-01-28maintainers/scripts/bootstrap-files: documentation and a script to update ↵Sergei Trofimovich2-0/+367
tarballs This script attempts to document the exact procedure used to upload bootstrap binaries used previously. I modeled it after most recent https://github.com/NixOS/nixpkgs/pull/282517 upload. There is one deviation from it to make it easier to handle mass updates for https://github.com/NixOS/nixpkgs/issues/253713: The binaries are expected to be stored in `stdenv/$target` (and not something like `stdenv-linux/i686`. The script handles both native and cross- linux targets. `darwin` will need a bit more work to fin into this scheme, but it should be easy. Example run to generate `i686-linux` update: $ maintainers/scripts/bootstrap-files/refresh-tarballs.bash --commit --targets=i686-unknown-linux-gnu
2024-01-14maintainers/scripts/haskell: optimise `calculateReverseDependencies`Naïm Favier1-5/+5
Use an IntMap rather than a list for the fixpoint computation.
2024-01-14maintainers/scripts/haskell: ignore self-dependenciesNaïm Favier1-2/+4
These create trivial loops in the dependency graph, which make the transitive closure computation loop.
2024-01-12Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann1-3/+4
2024-01-07Merge branch 'master' into staging-nextJan Tojnar1-1/+4
Conflicts: pkgs/development/python-modules/dbt-core/default.nix pkgs/development/python-modules/dbt-semantic-interfaces/default.nix Still broken by pydantic 2 bump, though.
2024-01-07haskellPackages: stackage LTS 21.25 -> LTS 22.4sternenseemann1-1/+1
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-01-04Merge branch 'master' into staging-nextVladimír Čunát1-0/+6
2024-01-04haskellPackages: stackage LTS 21.23 -> LTS 21.25sternenseemann1-1/+4
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh and maintainers/scripts/haskell/regenerate-hackage-packages.sh. Add capability to update to an out of date solver in update-stackage.sh.
2024-01-03maintainers/scripts/pluginupdate.py: filter invalid XML charactersGaetan Lepage1-0/+6
2024-01-02Merge remote-tracking branch 'origin/master' into staging-nextK9001-2/+2
2023-12-27Merge master into haskell-updatesgithub-actions[bot]1-0/+1
2023-12-26Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-0/+1
2023-12-26luaPackages.image-nvim: init at 1.2Matthieu Coudron1-0/+1
2023-12-22Merge master into haskell-updatesgithub-actions[bot]2-0/+5
2023-12-22Merge master into staging-nextgithub-actions[bot]2-0/+5
2023-12-22Merge pull request #274591 from tweag/by-name-reproducibleSilvan Mosberger2-0/+5
`pkgs/by-name`: Enable gradual migration checks and add `run-local.sh`
2023-12-22maintainers/scripts/check-by-name.sh: Introduce symlink aliasSilvan Mosberger2-0/+5
2023-12-18Merge master into haskell-updatesgithub-actions[bot]1-1/+1
2023-12-18Merge staging-next into staginggithub-actions[bot]1-0/+1
2023-12-17luaPackages.nlua: init at 0.1Matthieu Coudron1-0/+1
a wrapper around neovim to use it as a lua interpreter
2023-12-17Merge staging-next into staginggithub-actions[bot]1-1/+0
2023-12-17luaPackages.nvim-client: removeMarc Jakobi1-1/+0
2023-12-14Merge master into haskell-updatesgithub-actions[bot]1-0/+33
2023-12-13Merge staging-next into staginggithub-actions[bot]1-0/+33
2023-12-12doc/manpage-urls.json: Add *all* systemd manpagesnicoo1-0/+33
and add the generating script to `maintainers/scripts/doc`
2023-12-09Merge master into haskell-updatesgithub-actions[bot]2-0/+131
2023-12-08Merge remote-tracking branch 'origin/master' into stagingDmitry Kalinkin2-0/+131
Conflicts: pkgs/tools/networking/ofono/default.nix
2023-12-08maintainers-list.nix: Document (current) invitation process, add ↵nicoo2-0/+131
get-maintainer.sh (#267084) * maintainer-list: Document automatic invites to @NixOS/nixpkgs-maintainers * maintainers/scripts: Add `get-maintainer.sh` Supports querying `maintainers-list.nix` by Nix attribute, email address, github name or id, matrix account, or name. * maintainers/scripts/get-maintainer.sh: More verbose help message * maintainers/scripts/get-maintainer.sh: Fix (some) `shellcheck` lints * maintainers/scripts: Add README * maintainers/scripts/get-maintainer.sh: Put inline documentation at the top of the file * maintainers/scripts: Document this is not a stable interfact to nixpkgs Co-authored-by: Silvan Mosberger <github@infinisil.com> * scripts/README: Add example for `get-maintainer.sh` --------- Co-authored-by: Silvan Mosberger <github@infinisil.com>
2023-12-08luaPackages: pin luuid to 20120509-2Marc Jakobi1-1/+1
2023-12-08luaPackages: unpin compat53Marc Jakobi1-1/+1
2023-12-08luaPackages: fix lua_cliargs and toml-edit after updateMarc Jakobi1-1/+1
2023-12-08luaPackages.fidget-nvim: init at 1.0.0Marc Jakobi1-0/+1
2023-12-05Merge master into haskell-updatesgithub-actions[bot]1-0/+1
2023-12-04luaPackages.fzy: init at 1.0-1Marc Jakobi1-0/+1
2023-12-04maintainers/scripts/merge-and-open-pr: fix error handlingNaïm Favier1-2/+2
Calling `die` in a subshell hides the error message.
2023-12-03scripts/haskell/hydra-report: use inline emojiNaïm Favier1-18/+18
GitHub broke the rendering of colon emoji codes inside square brackets; let's just use emoji.
2023-12-02luaPackages.luasnip: init at 2.1.1-1Matthieu Coudron1-0/+1
2023-11-16Merge pull request #267794 from figsoda/up-datefigsoda1-5/+3
pluginupdate.py: format date differently
2023-11-15pluginupdate.py: format date differentlyfigsoda1-5/+3
- use %Y-%m%d - use UTC instead of local time