| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| origin/staging-next | nixos/pam: enable lastlog2 import service if any pam service uses lastlog (#4... | K900 | 5 months | |
| origin/master | blink-qt: init at 6.0.4 (#431321) | Ivan Mincik | 5 months | |
| origin/backport-432323-to-release-25.05 | capnproto: fix fibers on static builds | Jade Lovelace | 5 months | |
| origin/backport-424505-to-release-25.05 | julia_111: 1.11.5 -> 1.11.6 | Weijia Wang | 5 months | |
| origin/staging | Merge staging-next into staging | nixpkgs-ci[bot] | 5 months | |
| origin/nixos-unstable-small | nakama: 3.29.0 -> 3.30.0 (#432605) | nixpkgs-merge-bot[bot] | 5 months | |
| origin/haskell-updates | Merge b1b0d690fbb0e4a2fa029ab625a3b1646487fee1 into haskell-updates | nixpkgs-ci[bot] | 5 months | |
| origin/staging-25.05 | Merge staging-next-25.05 into staging-25.05 | nixpkgs-ci[bot] | 5 months | |
| origin/staging-next-25.05 | Merge release-25.05 into staging-next-25.05 | nixpkgs-ci[bot] | 5 months | |
| origin/backport-432577-to-release-25.05 | sydbox: 3.37.2 -> 3.37.6 | R. Ryantm | 5 months | |
| [...] | ||||
| Tag | Download | Author | Age | |
| 25.05 | nixpkgs-25.05.tar.gz | Leona Maroni | 8 months | |
| 25.11-pre | nixpkgs-25.11-pre.tar.gz | Leona Maroni | 8 months | |
| 25.05-beta | nixpkgs-25.05-beta.tar.gz | Leona Maroni | 8 months | |
| 24.11 | nixpkgs-24.11.tar.gz | Martin Weinelt | 10 months | |
| branch-off-24.11 | nixpkgs-branch-off-24.11.tar.gz | Tristan Ross | 14 months | |
| 24.11-beta | nixpkgs-24.11-beta.tar.gz | Tristan Ross | 14 months | |
| 24.05 | nixpkgs-24.05.tar.gz | Weijia Wang | 20 months | |
| 24.11-pre | nixpkgs-24.11-pre.tar.gz | Weijia Wang | 20 months | |
| 24.05-beta | nixpkgs-24.05-beta.tar.gz | Weijia Wang | 20 months | |
| 23.11 | nixpkgs-23.11.tar.gz | figsoda | 2 years | |
| [...] | ||||
| Age | Commit message | Author | Files | Lines |
| 2023-06-06 | kaldi: unstable-2022-09-26 → unstable-2023-05-02•••https://github.com/kaldi-asr/kaldi/compare/f6f4ccaf213f0fe8b26e633a7dc0c802150626a0..71f38e62cad01c3078555bfe78d0f3a527422d75 origin/kaldi-fix | Jan Tojnar | 1 | -3/+3 |
| 2023-06-06 | kaldi: Add update script•••Also switch to finalAttrs so that the values can be easily overridden. | Jan Tojnar | 1 | -12/+33 |
| 2023-06-06 | kaldi: Remove openfst from inputs•••It is shadowed by fetchgit source and can only be used vendored. | Jan Tojnar | 1 | -2/+0 |
| 2023-06-06 | kaldi: Fix build•••It looks like after a bump, CMake started passing `--git-dir=.git` as the first argument of `git rev-parse`. But we do not really need to spoof `git` program now that Kaldi uses CMake’s `FetchContent` module. We can just pass the path using configure flag directly: https://cmake.org/cmake/help/latest/module/FetchContent.html#variable:FETCHCONTENT_SOURCE_DIR_%3CuppercaseName%3E Git was also inadvertently used for generating `KALDI_PATCH_NUMBER` in `VersionHelper`, to be potentially appended to `KALDI_VERSION` but it was not actually being done by default. We can set the variable directly to skip `VersionHelper`. Also remove redundant `enableParallelBuild` since CMake enables it. And drop separate `dev` output since Kaldi currently hardcodes the `include/` directory so consumers would not be able to find them. Splitting it out only removes 7 out of 303 MB. | Jan Tojnar | 1 | -31/+11 |
| 2023-05-31 | Merge pull request #235254 from r-ryantm/auto-update/powerline-go•••powerline-go: 1.23 -> 1.24 | figsoda | 1 | -2/+2 |
| 2023-05-31 | Merge pull request #235237 from thiagokokada/add-vim-plugins•••vimPlugins.vim-advanced-sorters: init at 2021-11-21 | figsoda | 3 | -115/+128 |
| 2023-05-31 | nixos/doc: Mention container registry deprecation in gitlab•••Support for external container registries has ended in GitLab >=16 and module users are therefore advised to switch to gitlab's fork instead. | Yaya | 1 | -0/+2 |
| 2023-05-31 | nixos/gitlab: Warn users who are still using an external registry•••This adds a warning for GitLab >=16.0.0 users who are still using an external container registry such as `pkgs.docker-distribution`. Support for external container registries has ended in GitLab 16.0 [1] and is scheduled for removal in a future release. [2] [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/376217 [2]: https://gitlab.com/gitlab-org/gitlab/-/issues/403322 | Yaya | 1 | -0/+7 |
| 2023-05-31 | nixos/gitlab: Add support for gitlab-container-registry•••Support for external container registries (namely `pkgs.docker-distribution`) has ended in GitLab 16.0 [1] and is scheduled for removal in a future release. [2] This commit adds a new registry package option, defaulting to `pkgs.docker-distribution` and `pkgs.gitlab-container-registry` for system state versions >= 23.11. While it is still possible to use the docker container registry, module users should switch to gitlab's container registry fork soon. A warning message will be added in a future commit to advise affected users to back up their state and then switch to the new container registry package. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/376217 [2]: https://gitlab.com/gitlab-org/gitlab/-/issues/403322 | Yaya | 1 | -0/+15 |
| 2023-05-31 | nixos/dockerRegistry: add package option•••This allows the module user to select an alternative container registry package such as `pkgs.gitlab-container-registry` for GitLab users. | Yaya | 1 | -2/+10 |
| [...] | ||||
| Clone | ||||
| https://cgit.wugi.info/git/nixos/nixpkgs | ||||
