Commit Graph

651 Commits

Author SHA1 Message Date
zowoq
96cc38b1e8 nixVersions.unstable: stable -> 2.14 2023-03-02 20:59:46 +10:00
zowoq
a8bd0d2b2e nixVersions.nix_2_14: init at 2.14.1
https://github.com/NixOS/nix/releases/tag/2.14.0
https://github.com/NixOS/nix/releases/tag/2.14.1

rapidcheck was added in 7fe308c2f8
2023-03-02 20:58:34 +10:00
Cole Helbling
36ea86257b nixVersions.nix_2_12: 2.12.0 -> 2.12.1 2023-02-27 10:40:18 -08:00
Cole Helbling
aaecc6a7c7 nixVersions.nix_2_13: 2.13.2 -> 2.13.3
Includes fixes for writable /etc.
2023-02-27 10:40:18 -08:00
pennae
44649a53e9 nix: force make to use old-style two-pipe-fds jobserver
gcc lto-wrapper uses the make jobserver to speed up linking, and it
doesn't support the new fifo:/path style of jobserver-auth yet. it'll
still work but use only one thread, so we should stick to the old style
for now.
2023-02-09 14:51:24 +01:00
github-actions[bot]
b460ba1998
Merge master into staging-next 2023-01-28 12:01:10 +00:00
Artturi
d6d1b8bfa0
Merge pull request #212304 from amjoseph-nixpkgs/pr/nix/enable-embedded-sandbox-shell 2023-01-28 11:42:12 +02:00
github-actions[bot]
2a8fae3ee5
Merge master into staging-next 2023-01-27 00:02:25 +00:00
Bernardo Meurer
88878eab12
Merge pull request #211157 from qowoz/nix-monitorfdup 2023-01-26 16:53:30 -05:00
github-actions[bot]
578f1ba854
Merge master into staging-next 2023-01-26 18:01:29 +00:00
zowoq
2d39d4475f Revert "nixUnstable: bump to latest nix version"
This reverts commit 523e62005a.
2023-01-26 22:22:58 +10:00
zowoq
c71e0d662d Revert "Revert "nixVersions.stable: 2.12 -> 2.13""
This reverts commit 89181b4e09.
2023-01-26 22:22:48 +10:00
zowoq
c0cf231b22 nixVersions.nix_2_13: 2.13.1 -> 2.13.2
https://github.com/NixOS/nix/releases/tag/2.13.2
2023-01-26 22:21:48 +10:00
Adam Joseph
a0d2937643 nix: if isStatic && atLeast210 then --enable-embedded-sandbox-shell
This commit enables the embedded sandbox shell for static builds of nix>=2.10.
2023-01-23 12:16:58 -08:00
github-actions[bot]
44319c878e
Merge master into staging-next 2023-01-23 00:02:15 +00:00
Jörg Thalheim
523e62005a nixUnstable: bump to latest nix version 2023-01-23 07:14:27 +10:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00
zowoq
89181b4e09 Revert "nixVersions.stable: 2.12 -> 2.13"
This reverts commit 956bc25a80.

broke the tarball job
2023-01-22 09:48:21 +10:00
Sergei Trofimovich
b9b1d958d0 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/qt-6/modules/qtbase.nix
	pkgs/stdenv/linux/make-bootstrap-tools.nix
2023-01-20 21:56:57 +00:00
zowoq
956bc25a80 nixVersions.stable: 2.12 -> 2.13 2023-01-21 06:44:18 +10:00
zowoq
3cec8c7fd5 nixVersions.nix_2_13: init at 2.13.1
https://github.com/NixOS/nix/releases/tag/2.13.0
https://github.com/NixOS/nix/releases/tag/2.13.1
2023-01-21 06:44:18 +10:00
zowoq
c035bfc528 nixVersions.nix_{2_3,2_10,2_11,2_12}: add monitorfdhup patch 2023-01-17 08:50:31 +10:00
Artturin
856f3a46b2 stdenv: drop remove unnecessary env var
and the associated obsolete functions

support for log nesting was removed in 2017 6669a3b477
2023-01-15 23:56:23 +02:00
Artturin
172347745f nixVersion.nix_{2_6,2_7,2_8,2_9}: remove
the comment from 2_6 does not apply anymore because the fix has been
merged nix#7283
and the fix has been applied to 2_9+
2022-12-28 16:24:54 +02:00
Robert Hensing
eec92af049 nix: Cherry-pick #7473 for sqlite detailed message 2022-12-17 15:22:09 +01:00
zowoq
f24c75171e nixVersions.stable: 2.11 -> 2.12 2022-12-07 04:42:28 +10:00
zowoq
343503b44c nixVersions.nix_2_12: init at 2.12.0
https://github.com/NixOS/nix/releases/tag/2.12.0
2022-12-07 04:42:27 +10:00
zowoq
b0cf855f9f nixVersions.nix_2_11: 2.11.0 -> 2.11.1
https://github.com/NixOS/nix/compare/2.11.0...2.11.1
2022-12-01 08:59:14 +10:00
zowoq
da14dfafd9 nixVersions.nix_2_9: add non-existing output patch 2022-11-21 07:27:14 +10:00
zowoq
5c45e5d3d9 nixVersions.nix_2_10: add non-existing output patch 2022-11-21 07:24:33 +10:00
zowoq
6898184997 nixVersions.nix_2_11: add non-existing output patch 2022-11-21 07:24:33 +10:00
Profpatsch
90e7699ad7 nix: revive nix_2_6
The critical regression bug in
https://github.com/NixOS/nix/issues/6572 does not appear (at least as
often) in nix 2.6 according to the discussion there, so we need to
allow people to pin this older version.

Partial revert of
b2eea05b06
2022-11-10 16:25:09 +01:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
github-actions[bot]
2f49e0bb89
Merge master into staging-next 2022-09-20 18:01:23 +00:00
Sandro Jäckel
a2fc5f439a
nix: add i686 nix package to passthru tests 2022-09-12 11:29:16 +02:00
zowoq
0f64ae72ea curl: 7.84.0 -> 7.85.0
https://curl.se/changes.html#7_85_0
2022-09-03 16:08:22 +10:00
Robert Hensing
190a5fe56d nix/boehmgc: Rebase patch 2022-08-31 11:26:55 +02:00
zowoq
6e56024e67 nixVersions.stable: 2.10 -> 2.11 2022-08-29 16:48:57 +10:00
zowoq
1a0e572d6d nixVersions.nix_2_11: init at 2.11.0 2022-08-29 16:48:57 +10:00
Nick Cao
ee636eca3a nixVersions.nix_2_7: reinit at 2.7.0 2022-08-23 07:26:03 +02:00
misuzu
ecd7a89a7b nix.perl-bindings: fix build on aarch64-darwin 2022-07-25 19:14:00 +03:00
Bernardo Meurer
5444c0dbd6 nix: 2.10.2 -> 2.10.3 2022-07-15 12:00:56 -07:00
Thiago Kenji Okada
3775999eff nixVersions.nix_2_10: disable LTO in static builds 2022-07-15 12:00:50 -07:00
Thiago Kenji Okada
8251e3a1fd nixVersions.nix_2_10: enable LTO in GCC builds 2022-07-15 12:00:45 -07:00
Nick Cao
b2eea05b06
nixVersions: remove 2.4 to 2.7 2022-07-15 00:00:57 +08:00
Nick Cao
f5330a5b6a
nixVersions.stable: 2.9 -> 2.10 2022-07-14 23:53:44 +08:00
Nick Cao
f08a2bd566
nixVersions.nix_2_10: add patch for flaky tests 2022-07-14 23:53:43 +08:00
Nick Cao
18c07ad150
nixVersions.nix_2_10: workaround for installcheck 2022-07-14 23:53:29 +08:00
Nick Cao
778863cbaa
nixVersions.nix_2_10: init at 2.10.2 2022-07-14 23:53:27 +08:00
Nick Cao
8404dc74ef
nixVersions.nix_2_9: 2.9.1 -> 2.9.2 2022-07-14 23:48:23 +08:00