| 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 |
| 2021-08-02 | nixos/gitea: use gitea to refresh hooks and keys•••Gitea now provides this functionality as an admin command. Is significantly faster, especially on slow disks. (cherry picked from commit c854b8570285ac4c14282a5efa0f8334a520ac8d) origin/backport-129861-to-release-21.05 | Zane van Iperen | 1 | -9/+2 |
| 2021-08-02 | Merge pull request #127576 from NixOS/backport-127435-to-release-21.05•••[Backport release-21.05] sweet: add gtk-engine-murrine | davidak | 1 | -1/+3 |
| 2021-08-02 | Merge pull request #132336 from NixOS/backport-132235-to-release-21.05•••[Backport release-21.05] epson-escpr2: 1.1.34 -> 1.1.38 | Maximilian Bosch | 1 | -5/+16 |
| 2021-08-01 | mill: 0.9.6 -> 0.9.9•••Use the `${version}-assembly` artifact, which avoids having to download it using the release script (cherry picked from commit 74090eb68a2fd8e0a6ef0000f36a784ed2d27194) | Jonathan Ringer | 1 | -3/+13 |
| 2021-08-02 | Merge pull request #131961 from NixOS/backport-131954-to-release-21.05•••[Backport release-21.05] python3Packages.trezor: 0.12.2 -> 0.12.3 | davidak | 1 | -2/+2 |
| 2021-08-01 | grub2: 2.06-rc1 -> 2.06•••* GCC 10 support. * clang 10 support. * SBAT support. * LUKS2 support. * Drop small MBR gap support. * Xen Security Modules (XSM/FLASK) support. * The lockdown mechanism similar to the Linux kernel one. * Disable the os-prober by default. * Many backports of GRUB distros specific patches. * BootHole and BootHole2 fixes. * XFS bigtime support. * ...and tons of other fixes and cleanups... (cherry picked from commit 963b0a1dbf32b80eb6375973bff48af313c2a7c5) | ajs124 | 1 | -2/+2 |
| 2021-08-02 | Merge pull request #132363 from NixOS/backport-131814-to-release-21.05•••[Backport release-21.05] nixos/nix-daemon: fix registry flake type | Robert Hensing | 1 | -1/+1 |
| 2021-08-01 | nixos/nix-daemon: fix registry flake type•••Before this commit, the `flake` option was typed with `types.unspecified`. This type get's merged via [`mergeDefaultOption`](https://github.com/NixOS/nixpkgs/blob/ebb592a04c5282f316d60cd4aba066f6e5d74b65/lib/options.nix#L119-L128), which has a line ```nix else if all isFunction list then x: mergeDefaultOption loc (map (f: f x) list) ``` `lib.isFunction` detects an attrs in the shape of `{__functor = ...}` as a function and hence this line substitutes such attrs with a function (f: f x). If now, a flake input has a `__functor` as it's output, this will coerce the once attrs to a function. This breaks a lot of things later in the stack, for example a later `lib.filterAttrs seive <LAMBDA>` will fail for obious reasons. According to @infinisil, `types.unspecified` is due to deprecation. In the meantime this PR provides a specific fix for the specific problem discovered. (cherry picked from commit ecae25c3ef137d972e909eb0e85960d90481789e) origin/backport-131814-to-release-21.05 | David Arnold | 1 | -1/+1 |
| 2021-08-01 | Merge pull request #131876 from NixOS/backport-131760-to-release-21.05•••[Backport release-21.05] nixos/installer: force root fs type | Robert Hensing | 2 | -2/+10 |
| 2021-08-01 | epson-escpr2: 1.1.34 -> 1.1.38•••(cherry picked from commit 738f92f2baf8652c5c81d43067acba801c6ee89b) | Maximilian Bosch | 1 | -5/+16 |
| [...] | ||||
| Clone | ||||
| https://cgit.wugi.info/git/nixos/nixpkgs | ||||
