nixpkgs/nixos
Bjørn Forsman ef85c3fe51 nixos: use passAsFile to avoid "Argument list too long" error
This patch fixes "Argument list too long" build failure when passing a
list of store paths to system.extraDependencies that exceeds Linux'
MAX_ARG_STRLEN limit of 128 KiB. With the shortest possible derivation
names (one byte), the 128 KiB limit is equivalent to about 2850
derivations. With longer derivations names, the limit is hit earlier.
Fix this restriction.
2023-05-19 22:31:31 +02:00
..
doc/manual nixos/mailman: randomly generate REST API token 2023-05-19 12:03:41 +02:00
lib Merge pull request #230316 from wrvsrx/fix-x-restart-triggers 2023-05-19 09:25:56 -04:00
maintainers Merge pull request #229030 from atorres1985-contrib/with-lib-is-bad 2023-05-17 20:24:46 -03:00
modules nixos: use passAsFile to avoid "Argument list too long" error 2023-05-19 22:31:31 +02:00
tests nixosTests.mailman: init 2023-05-19 12:03:41 +02:00
COPYING
default.nix
README
release-combined.nix nixos/release-*: finish dropping the conntrack tests 2023-03-04 09:28:09 +01:00
release-small.nix Merge pull request #209870 from amjoseph-nixpkgs/pr/stdenv/external-gcc-bootstrap 2023-04-03 08:19:03 -07:00
release.nix nixos/release: add deepin closure 2023-05-08 18:25:41 +08:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.