-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vimPlugins: make usage of luaPackages less confusing #190824
Commits on Oct 3, 2022
-
Merge pull request NixOS#194218 from fabaff/bump-certifi
Sandro authoredOct 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 6cf0e50 - Browse repository at this point
Copy the full SHA 6cf0e50View commit details -
Merge pull request NixOS#194211 from flokli/systemd-251.5
systemd: 251.4 -> 251.5
Configuration menu - View commit details
-
Copy full SHA for 520f8b8 - Browse repository at this point
Copy the full SHA 520f8b8View commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a13e1e6 - Browse repository at this point
Copy the full SHA a13e1e6View commit details -
python3Packages.pytest-xdist: Disable fork safety on darwin
We run pytest with `--forked` in nixpkgs, to reduce side effects that can occur when multiple tests mutate their environment in incompatible ways. Forking on macOS 10.13 and later is unsafe when an application does work between calls to fork() and its followup exec(). This may lead to crashes when calls into the Objective-C runtime are issued, which will in turn coredump the Python interpreter. One good reproducer for this scenario is when the urllib module tries to lookup proxy configurations in `urllib.request.getproxies()` through `get_proxies_macos_sysconf` into the native `_scproxy` module. This is a class of issues that is of course not limited to the urllib module. The general recommendation is to use `spawn` instead of `fork`, but we don't have any influence on upstream developers to do one or the other. One often cited workaround would be to disable fork safety entirely on calls to `initialize()`, which is probably a better solution than running without multithreading (slow) or without the `--forked` (prone to side effects) mode. This currently happens on aarch64-linux only, where we use more recent 11.0 SDK version, while x86_64-darwin has been stuck on 10.12 for a while now. python/cpython#77906 (comment) http://www.sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html Closes: NixOS#194290
Configuration menu - View commit details
-
Copy full SHA for 2ba40b5 - Browse repository at this point
Copy the full SHA 2ba40b5View commit details -
Merge pull request NixOS#188170 from helsinki-systems/upd/apparmor
apparmor: 3.0.7 -> 3.1.1
Configuration menu - View commit details
-
Copy full SHA for 101f914 - Browse repository at this point
Copy the full SHA 101f914View commit details -
pythonPackages.pythonRelaxDepsHook: cleanup unpacked folder
or it will end up in the dist output.
Configuration menu - View commit details
-
Copy full SHA for de5951f - Browse repository at this point
Copy the full SHA de5951fView commit details -
pythonPackages.buildPython*: also output dist when using wheel
Typically the actual wheel will be unchanged, but it is possible we use the relax deps hook modifying the wheel.
Configuration menu - View commit details
-
Copy full SHA for 69ea4c8 - Browse repository at this point
Copy the full SHA 69ea4c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0afebbb - Browse repository at this point
Copy the full SHA 0afebbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8e48c - Browse repository at this point
Copy the full SHA 5a8e48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f233449 - Browse repository at this point
Copy the full SHA f233449View commit details -
Configuration menu - View commit details
-
Copy full SHA for dad24c5 - Browse repository at this point
Copy the full SHA dad24c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a984d3a - Browse repository at this point
Copy the full SHA a984d3aView commit details -
Merge pull request NixOS#194331 from oxalica/fix/systemd-unmerged-usr
systemd: don't taint on unmerged /usr
Configuration menu - View commit details
-
Copy full SHA for 9b630a2 - Browse repository at this point
Copy the full SHA 9b630a2View commit details -
ghostscript: use xorg.* packages directly instead of xlibsWrapper ind…
…irection Validated as no change in `out`, `man`, `doc` outputs with diffoscope on `ghostscript` expression.
Configuration menu - View commit details
-
Copy full SHA for 051228c - Browse repository at this point
Copy the full SHA 051228cView commit details -
Merge pull request NixOS#193502 from phaer/systemd-portabled
Support systemd-portabled
Configuration menu - View commit details
-
Copy full SHA for 72911a2 - Browse repository at this point
Copy the full SHA 72911a2View commit details -
Merge pull request NixOS#193886 from NickCao/flac
flac: build with cmake, fixes cross compilation
Configuration menu - View commit details
-
Copy full SHA for 72c02dc - Browse repository at this point
Copy the full SHA 72c02dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d7504 - Browse repository at this point
Copy the full SHA b0d7504View commit details -
gnome2.libgnomeui: use xorg.* packages directly instead of xlibsWrapp…
…er indirection Validated as no change in `out` and `dev` outputs with diffoscope on `gnome2.libgnomeui` expression.
Configuration menu - View commit details
-
Copy full SHA for 90c083f - Browse repository at this point
Copy the full SHA 90c083fView commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d426366 - Browse repository at this point
Copy the full SHA d426366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb7ba0 - Browse repository at this point
Copy the full SHA 1bb7ba0View commit details -
Merge pull request NixOS#194488 from qowoz/go118
go_1_18: 1.18.6 -> 1.18.7
Configuration menu - View commit details
-
Copy full SHA for 6ea8568 - Browse repository at this point
Copy the full SHA 6ea8568View commit details -
Merge pull request NixOS#194423 from r-ryantm/auto-update/numactl
numactl: 2.0.15 -> 2.0.16
Configuration menu - View commit details
-
Copy full SHA for c49f754 - Browse repository at this point
Copy the full SHA c49f754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23664c3 - Browse repository at this point
Copy the full SHA 23664c3View commit details -
Merge pull request NixOS#185766 from stephank/fix/libcxxabi
libcxxabi: remove link with build libcxxabi
Configuration menu - View commit details
-
Copy full SHA for 6a132cf - Browse repository at this point
Copy the full SHA 6a132cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 855f299 - Browse repository at this point
Copy the full SHA 855f299View commit details -
cryptsetup: Allow reading tokens from relative path
Co-authored-by: Janne Heß <[email protected]> Co-authored-by: Ilan Joselevich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f42cdfe - Browse repository at this point
Copy the full SHA f42cdfeView commit details -
Update pkgs/os-specific/linux/systemd/default.nix Co-authored-by: Janne Heß <[email protected]> Co-authored-by: Ilan Joselevich <[email protected]> Co-authored-by: Jörg Thalheim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 570824e - Browse repository at this point
Copy the full SHA 570824eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c34ac - Browse repository at this point
Copy the full SHA 19c34acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9637e - Browse repository at this point
Copy the full SHA 9e9637eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21bbef9 - Browse repository at this point
Copy the full SHA 21bbef9View commit details -
systemd/initrd: Add TPM modules into initrd
This improves the out-of-box experience of TPM2 unlocking at a small (50K) overhead.
Configuration menu - View commit details
-
Copy full SHA for b9b4548 - Browse repository at this point
Copy the full SHA b9b4548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f929c - Browse repository at this point
Copy the full SHA 78f929cView commit details -
Merge NixOS#191724: cc-wrapper: remove duplicate include flags
...into staging
Configuration menu - View commit details
-
Copy full SHA for 4f6e998 - Browse repository at this point
Copy the full SHA 4f6e998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a69058 - Browse repository at this point
Copy the full SHA 8a69058View commit details -
Merge pull request NixOS#193636 from crabtw/staging
llvmPackages_{14, git}.clang: add nostdlibinc flag
Configuration menu - View commit details
-
Copy full SHA for d89b200 - Browse repository at this point
Copy the full SHA d89b200View commit details -
Merge pull request NixOS#186575 from stephank/fix/compiler-rt-builtins
compiler-rt: build builtins on darwin
Configuration menu - View commit details
-
Copy full SHA for 711191c - Browse repository at this point
Copy the full SHA 711191cView commit details
Commits on Oct 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a6e5efa - Browse repository at this point
Copy the full SHA a6e5efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7be5d - Browse repository at this point
Copy the full SHA cf7be5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb28ea - Browse repository at this point
Copy the full SHA 0cb28eaView commit details -
x264: pull upstream parallel build fix
Without the change parallel builds occasionally fail as: $ make --shuffle ... gcc ... -c common/opencl.c -o common/opencl-8.o ... common/opencl.c:116:10: fatal error: common/oclobj.h: No such file or directory 116 | #include "common/oclobj.h" | ^~~~~~~~~~~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 3ed0faf - Browse repository at this point
Copy the full SHA 3ed0fafView commit details -
Merge pull request NixOS#185656 from stephank/feat/cctools
darwin.cctools: 949.0.1 -> 973.0.1
Configuration menu - View commit details
-
Copy full SHA for ee71ac6 - Browse repository at this point
Copy the full SHA ee71ac6View commit details -
Merge pull request NixOS#194712 from trofi/x264-parallel-fix
x264: pull upstream parallel build fix
Configuration menu - View commit details
-
Copy full SHA for 2e93e80 - Browse repository at this point
Copy the full SHA 2e93e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ffef8 - Browse repository at this point
Copy the full SHA 75ffef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc2d52 - Browse repository at this point
Copy the full SHA 7dc2d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d5854 - Browse repository at this point
Copy the full SHA 82d5854View commit details -
Currently, `pkgs.ruby` is ruby 2.7.6, which is in 'security updates only' mode and scheduled to go EOL April 2023. Updating `pkgs.ruby` to be ruby 3.1 would be a rather large change, but using ruby 3 to bootstrap building ruby itself would be a nice first step in that direction. Tested with asciidoctor that this indeed now allows building a ruby application without getting ruby 2.7 in the build closure. Also fixes NixOS#192729
Configuration menu - View commit details
-
Copy full SHA for c5e2f3c - Browse repository at this point
Copy the full SHA c5e2f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for da40c28 - Browse repository at this point
Copy the full SHA da40c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4912d - Browse repository at this point
Copy the full SHA 0b4912dView commit details -
Signed-off-by: Felix Singer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 013a2f4 - Browse repository at this point
Copy the full SHA 013a2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78bf08 - Browse repository at this point
Copy the full SHA b78bf08View commit details -
netbsd: Adapt to BSD-common infra changes for FreeBSD
See NixOS#82131 for the rest of the changes for FreeBSD. This is PRed separately because it is a macOS moderate rebuild so we target staging. The main change is that we CD to the path we're building *after* applying patches, so we can patch other parts of the tree (from `extraPaths`) as needed. Another change is that `netbsd.install` no longer depends on `fts`, which it evidently no longer needs.
Configuration menu - View commit details
-
Copy full SHA for dcf7a5e - Browse repository at this point
Copy the full SHA dcf7a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3137f7 - Browse repository at this point
Copy the full SHA e3137f7View commit details -
bsd:
BSD_PATH
rename toCOMPONENT_PATH
@alyssais and I agreed this is clearer.
Configuration menu - View commit details
-
Copy full SHA for 044163d - Browse repository at this point
Copy the full SHA 044163dView commit details -
Merge pull request NixOS#194698 from Ericson2314/freebsd-prep
netbsd: Adapt to BSD-common infra changes for FreeBSD
Configuration menu - View commit details
-
Copy full SHA for 9a5fa3b - Browse repository at this point
Copy the full SHA 9a5fa3bView commit details -
Merge pull request NixOS#194760 from anthonyroussel/bundler_2_3_23
bundler: 2.3.22 -> 2.3.23
Configuration menu - View commit details
-
Copy full SHA for f470c10 - Browse repository at this point
Copy the full SHA f470c10View commit details
Commits on Oct 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d37e1ef - Browse repository at this point
Copy the full SHA d37e1efView commit details -
Merge pull request NixOS#192860 from raboof/ruby-move-towards-3.1
ruby: move towards 3.1
Configuration menu - View commit details
-
Copy full SHA for 7a2dd2e - Browse repository at this point
Copy the full SHA 7a2dd2eView commit details -
Merge pull request NixOS#167047 from helsinki-systems/drop/postgresql10
postgresql: remove 10.x
Configuration menu - View commit details
-
Copy full SHA for 405db07 - Browse repository at this point
Copy the full SHA 405db07View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3500ee - Browse repository at this point
Copy the full SHA f3500eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9069a06 - Browse repository at this point
Copy the full SHA 9069a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e43dec - Browse repository at this point
Copy the full SHA 8e43decView commit details -
lib.closePropagation: Remove the quadratic behavior in lib.closePropa…
…gation The code of `lib.closePropagation` was internally using a recursion on the dependencies and returns all the derivation directly or indirectly referenced by buildInputs. `lib.closeProgation` is implemented in pure nix and uses an unique function for list which is quadratic and does "true" equality, which needs deep set comparison. Instead, we use the `builtins.genericClosure` which is implemented as a builtin and uses a more efficient sorting feature. Note that `genericClosure` needs a `key` to discriminate the values, we used the `outPath` which is unique and orderable. On benchmarks, it performs up to 15x time faster on a benchmark related to haskellPackages.ghcWithPackages.
Configuration menu - View commit details
-
Copy full SHA for 98715e1 - Browse repository at this point
Copy the full SHA 98715e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2cd604 - Browse repository at this point
Copy the full SHA a2cd604View commit details -
Merge pull request NixOS#194395 from helsinki-systems/upd/openssh
[staging] openssh: 9.0p1 -> 9.1p1
Configuration menu - View commit details
-
Copy full SHA for 73d9371 - Browse repository at this point
Copy the full SHA 73d9371View commit details -
nixosOptionsDoc: buildInputs -> nativeBuildInputs
to make strictDepsByDefault work
Configuration menu - View commit details
-
Copy full SHA for 09226ff - Browse repository at this point
Copy the full SHA 09226ffView commit details -
Merge pull request NixOS#194782 from felixsinger/pkgs/kexec-tools/update
kexec-tools: 2.0.23 -> 2.0.25
Configuration menu - View commit details
-
Copy full SHA for ce4790a - Browse repository at this point
Copy the full SHA ce4790aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c73b3 - Browse repository at this point
Copy the full SHA 34c73b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for af823e4 - Browse repository at this point
Copy the full SHA af823e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e903932 - Browse repository at this point
Copy the full SHA e903932View commit details -
Configuration menu - View commit details
-
Copy full SHA for e96ef86 - Browse repository at this point
Copy the full SHA e96ef86View commit details
Commits on Oct 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 21e01b2 - Browse repository at this point
Copy the full SHA 21e01b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5525ca - Browse repository at this point
Copy the full SHA a5525caView commit details -
Merge pull request NixOS#194110 from trofi/pulseaudio-without-xlibsWr…
…apper pulseaudio: use xorg.* packages directly instead of xlibsWrapper indi…
Configuration menu - View commit details
-
Copy full SHA for abeccdf - Browse repository at this point
Copy the full SHA abeccdfView commit details -
Merge pull request NixOS#194500 from trofi/gnome2.libgnomeui-without-…
…xlibsWrapper gnome2.libgnomeui: use xorg.* packages directly instead of xlibsWrapp…
Configuration menu - View commit details
-
Copy full SHA for 2cacd68 - Browse repository at this point
Copy the full SHA 2cacd68View commit details -
Merge pull request NixOS#194462 from trofi/ghostscript-without-xlibsW…
…rapper ghostscript: use xorg.* packages directly instead of xlibsWrapper ind…
Configuration menu - View commit details
-
Copy full SHA for 790e625 - Browse repository at this point
Copy the full SHA 790e625View commit details -
Merge pull request NixOS#193871 from trofi/FORTIFY-unset-and-set
cc-wrapper/add-hardening.sh: always unset _FORTIFY_SOURCE before re-s…
Configuration menu - View commit details
-
Copy full SHA for 7d7030c - Browse repository at this point
Copy the full SHA 7d7030cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdfb8a3 - Browse repository at this point
Copy the full SHA cdfb8a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f82fd - Browse repository at this point
Copy the full SHA f9f82fdView commit details -
adds `--sign` as an alias for `-s`: https://github.com/thefloweringash/sigtool/releases/tag/v0.1.3
Configuration menu - View commit details
-
Copy full SHA for cfe59ea - Browse repository at this point
Copy the full SHA cfe59eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50515b6 - Browse repository at this point
Copy the full SHA 50515b6View commit details -
Merge pull request NixOS#195107 from rrbutani/feature/sigtool-0.1.3
sigtool: 0.1.2 → 0.1.3
Configuration menu - View commit details
-
Copy full SHA for c524d70 - Browse repository at this point
Copy the full SHA c524d70View commit details
Commits on Oct 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9104c83 - Browse repository at this point
Copy the full SHA 9104c83View commit details -
Merge pull request NixOS#194981 from r-ryantm/auto-update/libical
libical: 3.0.14 -> 3.0.15
Configuration menu - View commit details
-
Copy full SHA for 1548734 - Browse repository at this point
Copy the full SHA 1548734View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4bf5cb - Browse repository at this point
Copy the full SHA c4bf5cbView commit details -
cryptsetup: Remove ruby build dependency from NixOS
Removing this build dependency makes most NixOS tests completely independent of the ruby ecosystem. This helps reduce mass-rebuilds, which is especially useful when bisecting the staging branch using a NixOS test.
Configuration menu - View commit details
-
Copy full SHA for e5b5136 - Browse repository at this point
Copy the full SHA e5b5136View commit details -
Configuration menu - View commit details
-
Copy full SHA for e56fb06 - Browse repository at this point
Copy the full SHA e56fb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2623fc4 - Browse repository at this point
Copy the full SHA 2623fc4View commit details -
vimPlugins.plenary-nvim: remove stale comment
The plugin is being built using `luaPackages` since NixOS#178180.
Configuration menu - View commit details
-
Copy full SHA for 49b5c1f - Browse repository at this point
Copy the full SHA 49b5c1fView commit details -
luaPackages.gitsigns-nvim: remove noop override
`toVimPlugin` function mentioned is added with NixOS#178180.
Configuration menu - View commit details
-
Copy full SHA for 9314243 - Browse repository at this point
Copy the full SHA 9314243View commit details -
vimUtils.buildVimPlugin: prevent building twice
Don't set the `rtp` attribute using `overrideAttrs`. `overrideAttrs` passes the attribute to the builder hence creates a different derivation. This made vim plugins being built twice.
Configuration menu - View commit details
-
Copy full SHA for 448bb9b - Browse repository at this point
Copy the full SHA 448bb9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef30dee - Browse repository at this point
Copy the full SHA ef30deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e675d0 - Browse repository at this point
Copy the full SHA 3e675d0View commit details -
glibc: make crypt support optional
The libcrypt library is going to be replaced with libxcrypt in packages that require it.
Configuration menu - View commit details
-
Copy full SHA for ff30c89 - Browse repository at this point
Copy the full SHA ff30c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c29dcb - Browse repository at this point
Copy the full SHA 7c29dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a369108 - Browse repository at this point
Copy the full SHA a369108View commit details -
Configuration menu - View commit details
-
Copy full SHA for e36bd3c - Browse repository at this point
Copy the full SHA e36bd3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3624ac2 - Browse repository at this point
Copy the full SHA 3624ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0097f57 - Browse repository at this point
Copy the full SHA 0097f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 495e650 - Browse repository at this point
Copy the full SHA 495e650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194d852 - Browse repository at this point
Copy the full SHA 194d852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 872c524 - Browse repository at this point
Copy the full SHA 872c524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a73d0 - Browse repository at this point
Copy the full SHA 44a73d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2fde9 - Browse repository at this point
Copy the full SHA 2c2fde9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df544a - Browse repository at this point
Copy the full SHA 5df544aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7442422 - Browse repository at this point
Copy the full SHA 7442422View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6011b2 - Browse repository at this point
Copy the full SHA f6011b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9090d5 - Browse repository at this point
Copy the full SHA f9090d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e7482 - Browse repository at this point
Copy the full SHA 32e7482View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8748e2 - Browse repository at this point
Copy the full SHA e8748e2View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for dd331ad - Browse repository at this point
Copy the full SHA dd331adView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4e703 - Browse repository at this point
Copy the full SHA ae4e703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a7b43 - Browse repository at this point
Copy the full SHA 77a7b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3028bec - Browse repository at this point
Copy the full SHA 3028becView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9be15 - Browse repository at this point
Copy the full SHA cc9be15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b572c5 - Browse repository at this point
Copy the full SHA 5b572c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f2785 - Browse repository at this point
Copy the full SHA 52f2785View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1da199 - Browse repository at this point
Copy the full SHA c1da199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 057ae3d - Browse repository at this point
Copy the full SHA 057ae3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be9bc07 - Browse repository at this point
Copy the full SHA be9bc07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43327d2 - Browse repository at this point
Copy the full SHA 43327d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728c97f - Browse repository at this point
Copy the full SHA 728c97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd94457 - Browse repository at this point
Copy the full SHA fd94457View commit details -
Configuration menu - View commit details
-
Copy full SHA for d438cee - Browse repository at this point
Copy the full SHA d438ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71dad51 - Browse repository at this point
Copy the full SHA 71dad51View commit details -
Configuration menu - View commit details
-
Copy full SHA for c82e7ee - Browse repository at this point
Copy the full SHA c82e7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c34a53 - Browse repository at this point
Copy the full SHA 5c34a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce67773 - Browse repository at this point
Copy the full SHA ce67773View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51c3fd - Browse repository at this point
Copy the full SHA f51c3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d017316 - Browse repository at this point
Copy the full SHA d017316View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf9333 - Browse repository at this point
Copy the full SHA dbf9333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0465c23 - Browse repository at this point
Copy the full SHA 0465c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 555d39b - Browse repository at this point
Copy the full SHA 555d39bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 167544c - Browse repository at this point
Copy the full SHA 167544cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3575e57 - Browse repository at this point
Copy the full SHA 3575e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec31b96 - Browse repository at this point
Copy the full SHA ec31b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84eda8b - Browse repository at this point
Copy the full SHA 84eda8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e5ad8 - Browse repository at this point
Copy the full SHA 31e5ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47945f2 - Browse repository at this point
Copy the full SHA 47945f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for da15c9c - Browse repository at this point
Copy the full SHA da15c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7df1a - Browse repository at this point
Copy the full SHA 2a7df1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 870b0eb - Browse repository at this point
Copy the full SHA 870b0ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b0317 - Browse repository at this point
Copy the full SHA c7b0317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f0e9f0 - Browse repository at this point
Copy the full SHA 7f0e9f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb2ed86 - Browse repository at this point
Copy the full SHA eb2ed86View commit details -
Configuration menu - View commit details
-
Copy full SHA for aac6de8 - Browse repository at this point
Copy the full SHA aac6de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c552e - Browse repository at this point
Copy the full SHA 21c552eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 126319f - Browse repository at this point
Copy the full SHA 126319fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 897f5b2 - Browse repository at this point
Copy the full SHA 897f5b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2939285 - Browse repository at this point
Copy the full SHA 2939285View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1c07a6 - Browse repository at this point
Copy the full SHA a1c07a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f8bfb - Browse repository at this point
Copy the full SHA e1f8bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77c50b0 - Browse repository at this point
Copy the full SHA 77c50b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eee1cec - Browse repository at this point
Copy the full SHA eee1cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a5763 - Browse repository at this point
Copy the full SHA 55a5763View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9df47f - Browse repository at this point
Copy the full SHA f9df47fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b899ee - Browse repository at this point
Copy the full SHA 2b899eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe91064 - Browse repository at this point
Copy the full SHA fe91064View commit details -
Configuration menu - View commit details
-
Copy full SHA for e963dde - Browse repository at this point
Copy the full SHA e963ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7e473 - Browse repository at this point
Copy the full SHA 2e7e473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67408de - Browse repository at this point
Copy the full SHA 67408deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f14f1 - Browse repository at this point
Copy the full SHA f0f14f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e160c - Browse repository at this point
Copy the full SHA 64e160cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24bc454 - Browse repository at this point
Copy the full SHA 24bc454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f1f36 - Browse repository at this point
Copy the full SHA 31f1f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33af60 - Browse repository at this point
Copy the full SHA e33af60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 519b8c8 - Browse repository at this point
Copy the full SHA 519b8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 845ae8e - Browse repository at this point
Copy the full SHA 845ae8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09597d4 - Browse repository at this point
Copy the full SHA 09597d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f6c0a - Browse repository at this point
Copy the full SHA 15f6c0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dde32e - Browse repository at this point
Copy the full SHA 8dde32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 125ec34 - Browse repository at this point
Copy the full SHA 125ec34View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1bcb1 - Browse repository at this point
Copy the full SHA fd1bcb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccba311 - Browse repository at this point
Copy the full SHA ccba311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f4391 - Browse repository at this point
Copy the full SHA 57f4391View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc636c - Browse repository at this point
Copy the full SHA cfc636cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bbfeb - Browse repository at this point
Copy the full SHA 58bbfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b33ea4 - Browse repository at this point
Copy the full SHA 7b33ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb94a8 - Browse repository at this point
Copy the full SHA 9fb94a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e54c6 - Browse repository at this point
Copy the full SHA 94e54c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3edcff9 - Browse repository at this point
Copy the full SHA 3edcff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4f68d - Browse repository at this point
Copy the full SHA fc4f68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c755643 - Browse repository at this point
Copy the full SHA c755643View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdde95 - Browse repository at this point
Copy the full SHA bcdde95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6264d94 - Browse repository at this point
Copy the full SHA 6264d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c10e08 - Browse repository at this point
Copy the full SHA 2c10e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9430efb - Browse repository at this point
Copy the full SHA 9430efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6b548 - Browse repository at this point
Copy the full SHA 3d6b548View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb591b9 - Browse repository at this point
Copy the full SHA fb591b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 993839a - Browse repository at this point
Copy the full SHA 993839aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f64f770 - Browse repository at this point
Copy the full SHA f64f770View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd944c - Browse repository at this point
Copy the full SHA efd944cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716a315 - Browse repository at this point
Copy the full SHA 716a315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 842a2c2 - Browse repository at this point
Copy the full SHA 842a2c2View commit details -
haskellPackages.crypt-sha512: fix build with libxcrypt
and disable tests due to different ehaviour exhibited compared to glibc when a low number of rounds is passed. phadej/crypt-sha512#13
Configuration menu - View commit details
-
Copy full SHA for 284396c - Browse repository at this point
Copy the full SHA 284396cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7670059 - Browse repository at this point
Copy the full SHA 7670059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1812a - Browse repository at this point
Copy the full SHA 6f1812aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4de6d - Browse repository at this point
Copy the full SHA 3f4de6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d19e7c - Browse repository at this point
Copy the full SHA 2d19e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9001f0d - Browse repository at this point
Copy the full SHA 9001f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e02766b - Browse repository at this point
Copy the full SHA e02766bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b83e04 - Browse repository at this point
Copy the full SHA 2b83e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7ef68 - Browse repository at this point
Copy the full SHA 0f7ef68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f94c2 - Browse repository at this point
Copy the full SHA 01f94c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cedef1 - Browse repository at this point
Copy the full SHA 3cedef1View commit details -
util-linux: pass libxcrypt, so sulogin gets built
Util-linux does not fail when crypt() isn't available. It just doesn't build sulogin, which in turn breaks the initrd-builder for the systemd-stage-1 tests.
Configuration menu - View commit details
-
Copy full SHA for 73ffee8 - Browse repository at this point
Copy the full SHA 73ffee8View commit details -
python3Packages.twisted: Disable failing crypt test
Fails due to a combination of libxcrypt and python upstream crypt changes. python/cpython@0d3fe8a
Configuration menu - View commit details
-
Copy full SHA for 1b8d6d3 - Browse repository at this point
Copy the full SHA 1b8d6d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 322b510 - Browse repository at this point
Copy the full SHA 322b510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 338d0cc - Browse repository at this point
Copy the full SHA 338d0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 195aa58 - Browse repository at this point
Copy the full SHA 195aa58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b734d1 - Browse repository at this point
Copy the full SHA 9b734d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96dd839 - Browse repository at this point
Copy the full SHA 96dd839View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb347b - Browse repository at this point
Copy the full SHA bdb347bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b37795 - Browse repository at this point
Copy the full SHA 3b37795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 829f895 - Browse repository at this point
Copy the full SHA 829f895View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed349ce - Browse repository at this point
Copy the full SHA ed349ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e58b28 - Browse repository at this point
Copy the full SHA 4e58b28View commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e92f9b3 - Browse repository at this point
Copy the full SHA e92f9b3View commit details -
autoPatchelfHook: fix turning
[ "*" ]
into bash arrayPreviously globs were incorrectly handled and expanded by bash into the files in the temporary build directory.
Configuration menu - View commit details
-
Copy full SHA for 41c0964 - Browse repository at this point
Copy the full SHA 41c0964View commit details -
autoPatchelfHook: support glob patterns
so for example cuda could be ignored by setting: ``` nix autoPatchelfIgnoreMissingDeps = [ "*cuda*.so*" ]; ```
Configuration menu - View commit details
-
Copy full SHA for 01535ff - Browse repository at this point
Copy the full SHA 01535ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579766d - Browse repository at this point
Copy the full SHA 579766dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039e1a0 - Browse repository at this point
Copy the full SHA 039e1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d32772 - Browse repository at this point
Copy the full SHA 8d32772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7813e - Browse repository at this point
Copy the full SHA 8c7813eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b21851 - Browse repository at this point
Copy the full SHA 0b21851View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fb6e5 - Browse repository at this point
Copy the full SHA f5fb6e5View commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e3419ce - Browse repository at this point
Copy the full SHA e3419ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d957f3 - Browse repository at this point
Copy the full SHA 5d957f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8918d77 - Browse repository at this point
Copy the full SHA 8918d77View commit details -
The shadow test uses a password that is hashed with libxcrypt and the login test uses the passwd command.
Configuration menu - View commit details
-
Copy full SHA for 9c6406d - Browse repository at this point
Copy the full SHA 9c6406dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f7f739 - Browse repository at this point
Copy the full SHA 5f7f739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 161b9eb - Browse repository at this point
Copy the full SHA 161b9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for aabca3e - Browse repository at this point
Copy the full SHA aabca3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2085ea1 - Browse repository at this point
Copy the full SHA 2085ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4144e4b - Browse repository at this point
Copy the full SHA 4144e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c743ca - Browse repository at this point
Copy the full SHA 0c743caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ddd95 - Browse repository at this point
Copy the full SHA c3ddd95View commit details -
bugfix release, does not fix any security issues
Configuration menu - View commit details
-
Copy full SHA for 0bf7095 - Browse repository at this point
Copy the full SHA 0bf7095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9247a66 - Browse repository at this point
Copy the full SHA 9247a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 071773d - Browse repository at this point
Copy the full SHA 071773dView commit details -
Revert "ibm-sw-tpm2: Fix build on RISC-V"
This reverts commit 8524b11.
Configuration menu - View commit details
-
Copy full SHA for c4849d4 - Browse repository at this point
Copy the full SHA c4849d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b9c30a - Browse repository at this point
Copy the full SHA 3b9c30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0c8a4 - Browse repository at this point
Copy the full SHA 1a0c8a4View commit details -
Merge pull request NixOS#189676 from zhaofengli/cryptenroll
systemd: Fix systemd-{cryptenroll,cryptsetup} TPM2 and FIDO2 support (attempt #3)
Configuration menu - View commit details
-
Copy full SHA for 3ff0a8f - Browse repository at this point
Copy the full SHA 3ff0a8fView commit details
Commits on Oct 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4828dc9 - Browse repository at this point
Copy the full SHA 4828dc9View commit details -
Merge pull request NixOS#195584 from helsinki-systems/upd/ibm-sw-tpm2
ibm-sw-tpm2: 1661 -> 1682
Configuration menu - View commit details
-
Copy full SHA for cbea92c - Browse repository at this point
Copy the full SHA cbea92cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e264d5c - Browse repository at this point
Copy the full SHA e264d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ee639 - Browse repository at this point
Copy the full SHA d7ee639View commit details -
Merge pull request NixOS#194844 from lilyinstarlight/fix/p11-kit-macos
p11-kit: add darwin tls ca store path
Configuration menu - View commit details
-
Copy full SHA for fd4c573 - Browse repository at this point
Copy the full SHA fd4c573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d24c1f - Browse repository at this point
Copy the full SHA 9d24c1fView commit details -
vimPlugins: make usage of luaPackages less confusing
right now the src is ignored in: ``` lush-nvim = buildNeovimPlugin { pname = "lush.nvim"; version = "2022-08-09"; src = fetchFromGitHub { owner = "rktjmp"; repo = "lush.nvim"; rev = "6b9f399245de7bea8dac2c3bf91096ffdedfcbb7"; sha256 = "0rb77rwmbm438bmbjfk5hwrrcn5sihsa1413bdpc27rw3rrn8v8z"; }; meta.homepage = "https://github.com/rktjmp/lush.nvim/"; }; ``` which is very confusing. With this PR, we correctly override the src and the version of the package. We introduce a rockspecVersion attribute of lua package to be able to still find the rockspec when the "version" field needs to be different than "rockspecVersion".
Configuration menu - View commit details
-
Copy full SHA for 91a3f1a - Browse repository at this point
Copy the full SHA 91a3f1aView commit details