| Branch | Commit message | Author | Age |
| master | beszel: 0.18.2 -> 0.18.3 (#487444) | nixpkgs-ci[bot] | 6 months |
| origin/HEAD | beszel: 0.18.2 -> 0.18.3 (#487444) | nixpkgs-ci[bot] | 6 months |
| origin/master | beszel: 0.18.2 -> 0.18.3 (#487444) | nixpkgs-ci[bot] | 6 months |
| origin/staging-next | nixos/pam: enable lastlog2 import service if any pam service uses lastlog (#4... | K900 | 12 months |
| origin/backport-432323-to-release-25.05 | capnproto: fix fibers on static builds | Jade Lovelace | 12 months |
| origin/backport-424505-to-release-25.05 | julia_111: 1.11.5 -> 1.11.6 | Weijia Wang | 12 months |
| origin/staging | Merge staging-next into staging | nixpkgs-ci[bot] | 12 months |
| origin/nixos-unstable-small | nakama: 3.29.0 -> 3.30.0 (#432605) | nixpkgs-merge-bot[bot] | 12 months |
| origin/haskell-updates | Merge b1b0d690fbb0e4a2fa029ab625a3b1646487fee1 into haskell-updates | nixpkgs-ci[bot] | 12 months |
| origin/staging-25.05 | Merge staging-next-25.05 into staging-25.05 | nixpkgs-ci[bot] | 12 months |
| [...] |
| |
| Tag | Download | Author | Age |
| 25.05 | nixpkgs-25.05.tar.gz | Leona Maroni | 15 months |
| 25.11-pre | nixpkgs-25.11-pre.tar.gz | Leona Maroni | 15 months |
| 25.05-beta | nixpkgs-25.05-beta.tar.gz | Leona Maroni | 15 months |
| 24.11 | nixpkgs-24.11.tar.gz | Martin Weinelt | 17 months |
| branch-off-24.11 | nixpkgs-branch-off-24.11.tar.gz | Tristan Ross | 21 months |
| 24.11-beta | nixpkgs-24.11-beta.tar.gz | Tristan Ross | 21 months |
| 24.05 | nixpkgs-24.05.tar.gz | Weijia Wang | 2 years |
| 24.11-pre | nixpkgs-24.11-pre.tar.gz | Weijia Wang | 2 years |
| 24.05-beta | nixpkgs-24.05-beta.tar.gz | Weijia Wang | 2 years |
| 23.11 | nixpkgs-23.11.tar.gz | figsoda | 3 years |
| [...] |
| |
| Age | Commit message | Author | Files | Lines |
| 2024-09-30 | doc/as-a-function: Command line us of system and crossSystem are okorigin/add-nixpkgs-function-platform-arguments-and-docs | Robert Hensing | 1 | -0/+2 |
| 2024-09-30 | doc/as-a-function: Edit | Robert Hensing | 2 | -5/+9 |
| 2024-09-30 | nixpkgs: Allow passing {host,build}Platform directly instead of *[sS]ystem•••This new interface has already been applied successfully in NixOS.
`nixos-generate-hardware` has been generating the "default" hostPlatform
in `hardware-configuration.nix` for over a year now [without much trouble],
and with the benefit of not having to specify `system` (or similar) in
`nixosSystem` anymore.
Furthermore, the `hostPlatform` option is always defined and reliably
produces the host platform for users who don't use the legacy options.
This is in contrast to `nixpkgs.crossSystem`, which is usually not
even defined, and `nixpkgs.localSystem` which is usually the wrong
platform to refer to in a config file.
Ideally we'd clean up the `nixpkgs.{system,localSystem,crossSystem}`
options to reduce complexity and confusion. But the interface in
Nixpkgs is still based on the old terminology and behavior.
By introducing these parameters also in Nixpkgs, the users' experience
with NixOS carries over to Nixpkgs as well.
Further simplifications in the code base are now possible, specifically
- stage.nix and related files still work with {local,cross}System,
and have logic like
${if stdenv.hostPlatform == stdenv.buildPlatform
then "localSystem" else "crossSystem"} = <...>
... which is really just
hostPlatform = <...>
This can now be simplified by refactoring this code to work with
{host,build}Platform variables instead.
- NixOS can forward its platform options directly to its Nixpkgs call.
This pays off when the `*[sS]ystem` options are removed.
[without much trouble]: https://github.com/NixOS/nixpkgs/pull/237218
| Robert Hensing | 5 | -14/+424 |
| 2024-09-30 | python312Packages.dask: 2024.9.0 -> 2024.9.1 (#345374) | OTABI Tomoya | 3 | -6/+6 |
| 2024-09-30 | nixos: enable fstrim by default (#345285) | Pol Dellaiera | 1 | -1/+3 |
| 2024-09-30 | python312Packages.optimistix: init at 0.0.8 (#345449) | OTABI Tomoya | 3 | -0/+133 |
| 2024-09-30 | python312Packages.langfuse: 2.50.2 -> 2.51.2 (#345448) | OTABI Tomoya | 1 | -2/+2 |
| 2024-09-30 | lammps and python312Packages.lammps related fixes (#342532) | Doron Behar | 3 | -56/+57 |
| 2024-09-30 | vscode-extensions.chenglou92.rescript-vscode: 1.54.0 → 1.58.0 (#345434) | Pol Dellaiera | 2 | -10/+6 |
| 2024-09-30 | iosevka: 31.6.1 -> 31.7.1 (#345443) | Pol Dellaiera | 1 | -3/+3 |
| [...] |
| |
| Clone |
| https://cgit.wugi.info/git/nixos/nixpkgs |