summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/HEADbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/masterbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/staging-nextnixos/pam: enable lastlog2 import service if any pam service uses lastlog (#4...K90012 months
origin/backport-432323-to-release-25.05capnproto: fix fibers on static buildsJade Lovelace12 months
origin/backport-424505-to-release-25.05julia_111: 1.11.5 -> 1.11.6Weijia Wang12 months
origin/stagingMerge staging-next into stagingnixpkgs-ci[bot]12 months
origin/nixos-unstable-smallnakama: 3.29.0 -> 3.30.0 (#432605)nixpkgs-merge-bot[bot]12 months
origin/haskell-updatesMerge b1b0d690fbb0e4a2fa029ab625a3b1646487fee1 into haskell-updatesnixpkgs-ci[bot]12 months
origin/staging-25.05Merge staging-next-25.05 into staging-25.05nixpkgs-ci[bot]12 months
[...]
 
TagDownloadAuthorAge
25.05nixpkgs-25.05.tar.gz  Leona Maroni15 months
25.11-prenixpkgs-25.11-pre.tar.gz  Leona Maroni15 months
25.05-betanixpkgs-25.05-beta.tar.gz  Leona Maroni15 months
24.11nixpkgs-24.11.tar.gz  Martin Weinelt17 months
branch-off-24.11nixpkgs-branch-off-24.11.tar.gz  Tristan Ross21 months
24.11-betanixpkgs-24.11-beta.tar.gz  Tristan Ross21 months
24.05nixpkgs-24.05.tar.gz  Weijia Wang2 years
24.11-prenixpkgs-24.11-pre.tar.gz  Weijia Wang2 years
24.05-betanixpkgs-24.05-beta.tar.gz  Weijia Wang2 years
23.11nixpkgs-23.11.tar.gz  figsoda3 years
[...]
 
AgeCommit messageAuthorFilesLines
2024-09-30doc/as-a-function: Command line us of system and crossSystem are okorigin/add-nixpkgs-function-platform-arguments-and-docsRobert Hensing1-0/+2
2024-09-30doc/as-a-function: EditRobert Hensing2-5/+9
2024-09-30nixpkgs: 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 Hensing5-14/+424
2024-09-30python312Packages.dask: 2024.9.0 -> 2024.9.1 (#345374)OTABI Tomoya3-6/+6
2024-09-30nixos: enable fstrim by default (#345285)Pol Dellaiera1-1/+3
2024-09-30python312Packages.optimistix: init at 0.0.8 (#345449)OTABI Tomoya3-0/+133
2024-09-30python312Packages.langfuse: 2.50.2 -> 2.51.2 (#345448)OTABI Tomoya1-2/+2
2024-09-30lammps and python312Packages.lammps related fixes (#342532)Doron Behar3-56/+57
2024-09-30vscode-extensions.chenglou92.rescript-vscode: 1.54.0 → 1.58.0 (#345434)Pol Dellaiera2-10/+6
2024-09-30iosevka: 31.6.1 -> 31.7.1 (#345443)Pol Dellaiera1-3/+3
[...]
 
Clone
https://cgit.wugi.info/git/nixos/nixpkgs