| 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 |
| 2024-03-01 | tzdata: do not run check_now testorigin/python-venv | Artemis Tosini | 1 | -2/+4 |
| 2024-03-01 | Make venv change work on Darwin•••This patch builds on the previous to make prefix resolution work
correctly inside virtual environments on Darwin. The --inherit-argv0
mechanism is insufficient, as on Darwin, Python uses the
_NSGetExecutablePath() call to work out the actual path to its binary.
Since this resolves to the real unwrapped binary, --inherit-argv0 is
little use.
This patch adds a new variant, --inherit-argv0-path, which resolves the
full path before passing it to argv[0]. On Darwin this is done using
_NSGetExecutablePath(), on Linux by reading /proc/self/exe. This
bypasses the real_executable lookup, as Python gives precedence to
argv[0] when it appears to be a path (contains a slash).
While not strictly necessary on Linux (as --inherit-argv0 works anyway),
the change is made to both for consistency.
| Alex O'Brien | 3 | -2/+77 |
| 2024-03-01 | Fix venv creation in Python environments•••The way we build python environments is subtly broken. A python
environment should be semantically identical to a vanilla Python
installation in, say, /usr/local. The current implementation, however,
differs in two important ways. The first is that it's impossible to use
python packages from the environment in python virtual environments. The
second is that the nix-generated environment appears to be a venv, but
it's not.
This commit changes the way python environments are built:
* When generating wrappers for python executables, we set argv0 to
the full path of the wrapper. This causes python to initialize its
configuration in the environment with all the correct paths.
* We remove the sitecustomize.py file from the base python package.
This file was used tweak the python configuration after it was
incorrectly initialized. That's no longer necessary.
* When building the environment's bin directory, we now detect wrapped
python scripts from installed packages, and generate unwrapped
copies with the environment's python executable as the interpreter.
The end result is that python environments no longer appear to be venvs,
and behave more like a vanilla python installation. In addition it's
possible to create a venv using an environment and use packages from
both the environment and the venv.
| Colin Putney | 9 | -57/+10 |
| 2024-03-01 | Merge pull request #292137 from seanybaggins/add-mingw-support-lzip•••lzip: fix mingw regression | Weijia Wang | 2 | -0/+16 |
| 2024-03-01 | Merge pull request #292447 from fabaff/checkov-bump•••checkov: 3.2.24 -> 3.2.28 | Fabian Affolter | 1 | -2/+2 |
| 2024-03-01 | Merge pull request #292439 from r-ryantm/auto-update/python312Packages.urlext...•••python312Packages.urlextract: 1.8.0 -> 1.9.0 | Fabian Affolter | 1 | -3/+8 |
| 2024-03-01 | Merge pull request #292436 from r-ryantm/auto-update/python312Packages.pytest...•••python312Packages.pytest-mypy-plugins: 3.0.0 -> 3.1.0 | Fabian Affolter | 1 | -4/+9 |
| 2024-03-01 | Merge pull request #292438 from drupol/php/php-cs-fixer/bump/3-51-0•••phpPackages.php-cs-fixer: 3.50.0 -> 3.51.0 | Pol Dellaiera | 2 | -372/+375 |
| 2024-03-01 | Merge pull request #292300 from hsjobeki/writers•••doc & fix: Clean up writers/data.nix file | lassulus | 1 | -30/+51 |
| 2024-03-01 | Merge pull request #282444 from detroyejr/master•••cataclysm-dda: fix gcc 13 build with 3 debian patches. | Weijia Wang | 2 | -1/+27 |
| [...] |
| |
| Clone |
| https://cgit.wugi.info/git/nixos/nixpkgs |