summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
origin/staging-nextnixos/pam: enable lastlog2 import service if any pam service uses lastlog (#4...K9005 months
origin/masterblink-qt: init at 6.0.4 (#431321)Ivan Mincik5 months
origin/backport-432323-to-release-25.05capnproto: fix fibers on static buildsJade Lovelace5 months
origin/backport-424505-to-release-25.05julia_111: 1.11.5 -> 1.11.6Weijia Wang5 months
origin/stagingMerge staging-next into stagingnixpkgs-ci[bot]5 months
origin/nixos-unstable-smallnakama: 3.29.0 -> 3.30.0 (#432605)nixpkgs-merge-bot[bot]5 months
origin/haskell-updatesMerge b1b0d690fbb0e4a2fa029ab625a3b1646487fee1 into haskell-updatesnixpkgs-ci[bot]5 months
origin/staging-25.05Merge staging-next-25.05 into staging-25.05nixpkgs-ci[bot]5 months
origin/staging-next-25.05Merge release-25.05 into staging-next-25.05nixpkgs-ci[bot]5 months
origin/backport-432577-to-release-25.05sydbox: 3.37.2 -> 3.37.6R. Ryantm5 months
[...]
 
TagDownloadAuthorAge
25.05nixpkgs-25.05.tar.gz  Leona Maroni8 months
25.11-prenixpkgs-25.11-pre.tar.gz  Leona Maroni8 months
25.05-betanixpkgs-25.05-beta.tar.gz  Leona Maroni8 months
24.11nixpkgs-24.11.tar.gz  Martin Weinelt10 months
branch-off-24.11nixpkgs-branch-off-24.11.tar.gz  Tristan Ross14 months
24.11-betanixpkgs-24.11-beta.tar.gz  Tristan Ross14 months
24.05nixpkgs-24.05.tar.gz  Weijia Wang20 months
24.11-prenixpkgs-24.11-pre.tar.gz  Weijia Wang20 months
24.05-betanixpkgs-24.05-beta.tar.gz  Weijia Wang20 months
23.11nixpkgs-23.11.tar.gz  figsoda2 years
[...]
 
AgeCommit messageAuthorFilesLines
2024-03-01tzdata: do not run check_now testorigin/python-venvArtemis Tosini1-2/+4
2024-03-01Make 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'Brien3-2/+77
2024-03-01Fix 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 Putney9-57/+10
2024-03-01Merge pull request #292137 from seanybaggins/add-mingw-support-lzip•••lzip: fix mingw regressionWeijia Wang2-0/+16
2024-03-01Merge pull request #292447 from fabaff/checkov-bump•••checkov: 3.2.24 -> 3.2.28Fabian Affolter1-2/+2
2024-03-01Merge pull request #292439 from r-ryantm/auto-update/python312Packages.urlext...•••python312Packages.urlextract: 1.8.0 -> 1.9.0Fabian Affolter1-3/+8
2024-03-01Merge pull request #292436 from r-ryantm/auto-update/python312Packages.pytest...•••python312Packages.pytest-mypy-plugins: 3.0.0 -> 3.1.0Fabian Affolter1-4/+9
2024-03-01Merge pull request #292438 from drupol/php/php-cs-fixer/bump/3-51-0•••phpPackages.php-cs-fixer: 3.50.0 -> 3.51.0Pol Dellaiera2-372/+375
2024-03-01Merge pull request #292300 from hsjobeki/writers•••doc & fix: Clean up writers/data.nix filelassulus1-30/+51
2024-03-01Merge pull request #282444 from detroyejr/master•••cataclysm-dda: fix gcc 13 build with 3 debian patches.Weijia Wang2-1/+27
[...]
 
Clone
https://cgit.wugi.info/git/nixos/nixpkgs