Sergei Trofimovich
66c4c2c04a
lix.tests: fix the eval
...
Without the change evaluation fails as:
$ nix build --no-link -f. lix.tests
error: attribute 'passthru' missing
at pkgs/tools/package-management/lix/common.nix:263:16:
262| tests = {
263| misc = nixosTests.nix-misc.lix.passthru.override { nixPackage = self; };
| ^
264| };
2024-06-07 09:08:22 +01:00
Weijia Wang
fe4c307794
Merge pull request #315498 from r-ryantm/auto-update/nix-index-unwrapped
...
nix-index-unwrapped: 0.1.7 -> 0.1.8
2024-06-04 22:50:06 +02:00
Maximilian Bosch
7baa302736
nix: remove myself (ma27) from maintainer team
...
Using Lix now 🍦
2024-06-04 16:11:43 +02:00
Jörg Thalheim
7c503a8a9d
Merge pull request #315927 from Artturin/movetestsnix1
...
nixosTests.nix-misc: split from nixosTests.misc
2024-06-04 10:18:25 +02:00
Weijia Wang
89b4fe9fd7
Merge pull request #308384 from r-ryantm/auto-update/apk-tools
...
apk-tools: 2.14.1 -> 2.14.4
2024-06-02 00:45:14 +02:00
Jörg Thalheim
c75573a745
Merge pull request #311634 from Thesola10/master
...
harmonia: 0.7.5 -> 0.8.0, migrate to by-name
2024-05-31 20:47:56 +02:00
Jörg Thalheim
4c289e941b
nixVersions.stable: reference nix-misc in tests
...
This is a regression test for nix.
2024-05-30 19:11:27 +03:00
Artturin
e124b02edd
nixosTests.nix-misc: Split from nixosTests.misc
...
Bit weird to have nix tests in misc
Add `artturin` to maintainers
2024-05-30 19:11:27 +03:00
Valentin Gagarin
2b5736a2fe
Revert "nix: 2.18 -> 2.22"
2024-05-30 12:59:13 +02:00
Alyssa Ross
598d6c9fd9
pkg: 1.21.2 -> 1.21.3
2024-05-30 09:36:18 +02:00
Bernardo Meurer
7225a635d8
Merge pull request #315262 from Mic92/nix-upgrade
...
nix: 2.18 -> 2.22
2024-05-29 17:43:59 -04:00
Weijia Wang
e85f56bc9a
Merge pull request #315482 from paparodeo/disnix-fix
...
disnix: include stdlib.h to fix implicit function declaration
2024-05-29 22:59:43 +02:00
Jörg Thalheim
e421c3b983
nix: 2.18 -> 2.22
...
I tested this version on my system without any issues, but on
the other hand it has better error handling i.e. for infinite recursion.
This version has been now also cooking in the nix-install-action for 2
weeks: https://github.com/cachix/install-nix-action/pull/206
2024-05-29 16:02:30 +02:00
Weijia Wang
28f515dad1
Merge pull request #314071 from RaitoBezarius/optimize-lix
...
lix: build in release mode with link time optimizations
2024-05-29 09:23:38 +02:00
R. Ryantm
8702b84107
nix-index-unwrapped: 0.1.7 -> 0.1.8
2024-05-29 03:13:50 +00:00
paparodeo
a42de3dcec
disnix: include stdlib.h to fix implicit function declaration
...
aa969f1d15
.patch
2024-05-29 01:23:17 +00:00
Maximilian Bosch
bbc5af4fcc
nixVersions.git: 2.23.0pre20240520_b7709d14 -> 2.23.0pre20240526_7de033d6
...
Changes: b7709d14...7de033d6
2024-05-26 22:34:03 +02:00
Maximilian Bosch
1529d0b9a3
Merge pull request #314196 from trofi/nixVersions.git.tests-fix-eval
...
nixVersions.git.tests: fix the eval
2024-05-26 17:11:19 +00:00
R. Ryantm
cb4abf8f7b
emplace: 1.5.3 -> 1.6.0
2024-05-25 13:01:05 +00:00
OTABI Tomoya
e0ddc59995
Merge pull request #314022 from natsukium/pdm/update
...
pdm: 2.15.2 -> 2.15.3
2024-05-25 09:12:29 +09:00
Atemu
061a135d05
Merge pull request #309585 from diniamo/global-steam-compat-paths-var
...
nixos/steam: add protontricks submodule
2024-05-24 20:17:35 +02:00
Raito Bezarius
84419e5c37
lix: build in release mode with link time optimizations
...
This makes the binary size further reduced and may improve (?)
performance.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-05-24 16:19:23 +02:00
diniamo
fcaec6bdf7
nixos/steam: add protontricks submodule
2024-05-24 08:51:37 +02:00
Sergei Trofimovich
55471dffe6
nixVersions.git.tests: fix the eval
...
Without the change the eval fails as:
$ nix build --no-link -f. nixVersions.git.tests
error: attribute 'nix_2_23' missing
at pkgs/tools/package-management/nix/common.nix:252:17:
251| tests = {
252| nixi686 = pkgsi686Linux.nixVersions.${"nix_${lib.versions.major version}_${lib.versions.minor version}"};
| ^
253| };
Did you mean one of nix_2_13, nix_2_20, nix_2_21, nix_2_22 or nix_2_3?
The change explicitly passes attribute name around instead of inferring
it from package version.
2024-05-24 07:29:28 +01:00
natsukium
7a15b02077
pdm: 2.15.2 -> 2.15.3
...
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.15.3
2024-05-24 00:34:11 +09:00
Sandro
ddb221c508
Merge pull request #312939 from chewblacka/update-apx
2024-05-21 16:44:07 +02:00
Maximilian Bosch
f2ab61384c
nixVersions.git: 2.23.0pre20240510_87ab3c0e -> 2.23.0pre20240520_b7709d14
...
Changes: 87ab3c0e...b7709d14
2024-05-20 13:43:14 +02:00
John Garcia
45087e1666
apx: install shell completions
2024-05-20 12:32:00 +01:00
John Garcia
a35fac798e
apx: 2.4.0 -> 2.4.2
2024-05-19 21:12:27 +01:00
Matthias Beyer
8d28bb5dc8
Merge pull request #311740 from r-ryantm/auto-update/pdm
...
pdm: 2.15.1 -> 2.15.2
2024-05-18 08:45:39 +02:00
TheSola10
f789a362e0
harmonia: migrate to by-name
2024-05-16 16:50:44 +02:00
R. Ryantm
3a20317b3a
poetry: 1.8.2 -> 1.8.3
2024-05-15 15:30:33 +00:00
R. Ryantm
94bd2eaab3
pdm: 2.15.1 -> 2.15.2
2024-05-14 20:28:08 +00:00
R. Ryantm
fcf2ec5d1a
poetryPlugins.poetry-plugin-export: 1.7.1 -> 1.8.0
2024-05-14 00:00:08 +00:00
Maximilian Bosch
8b6fc06e98
Merge pull request #311049 from Ma27/bump-nix-git
...
nixVersions.git: 2.23.0pre20240502_00ca2b05 -> 2.23.0pre20240510_87ab3c0e
2024-05-13 08:43:25 +00:00
Sergei Trofimovich
b3835300f2
nixVersions.latest: 2.22.0 -> 2.22.1
...
Changes: https://github.com/NixOS/nix/compare/2.22.0...2.22.1
2024-05-12 22:02:55 +01:00
Maximilian Bosch
8b0b8e893f
nixVersions.git: 2.23.0pre20240502_00ca2b05 -> 2.23.0pre20240510_87ab3c0e
...
Changes: 00ca2b05...87ab3c0e
2024-05-12 14:13:50 +02:00
Raito Bezarius
3388179c48
lix: init at 2.90-beta.1
...
[Lix](https://lix.systems ) is a fork of CppNix, the original Nix implementation. It behaves like `nixVersions.*` in terms of packaging with a big difference: it uses Meson for its build system.
Therefore, it is not possible to share the packaging trees.
The rest is pretty mundane:
- Lix will passthru all the time to the `nixosTests.misc` to smoke test any critical regressions as a last line after all our regression battery on the Lix project side.
- Cross compilation has been extensively tested.
- Static compilation is known to fail on a test.
Internal API documentation is out of scope for this commit.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-05-11 22:54:02 +02:00
Jörg Thalheim
29b607f43d
nix-eval-jobs: 2.21.0 -> 2.22.0 ( #310301 )
...
* nix-eval-jobs: 2.21.0 -> 2.22.0
* nix-eval-jobs: pin darwin on 2.19 release
An issue in nix causes segfaults:
https://github.com/nix-community/nix-eval-jobs/issues/301
2024-05-11 10:30:16 +02:00
R. Ryantm
5362af7f02
nfpm: 2.36.1 -> 2.37.1
2024-05-09 13:24:37 +00:00
Aleksana
97ae4fc750
Merge pull request #308863 from lucperkins/move-into-by-name
...
treewide: move packages maintained by lucperkins to pkgs/by-name
2024-05-06 22:56:00 +08:00
Maximilian Bosch
4d14c63bc4
nixVersions.git: 2.23.0pre20240426_2f678331 -> 2.23.0pre20240502_00ca2b05
...
Changes: 2f678331...00ca2b05
2024-05-05 11:45:37 +02:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name
2024-05-03 15:37:38 -03:00
github-actions[bot]
ae736c738d
Merge master into staging-next
2024-05-03 12:01:32 +00:00
Jussi Kuokkanen
ce3f586775
pkgs/tools: remove licenses.gpl2
2024-05-02 21:06:26 +02:00
github-actions[bot]
c4dfa193ac
Merge master into staging-next
2024-05-02 12:01:36 +00:00
zowoq
3fff8ab278
nixVersions.latest: 2.21 -> 2.22
...
was accidentally downgraded in 2b4e18f3d4
2024-05-02 15:27:59 +10:00
R. Ryantm
a5d8b24480
apk-tools: 2.14.1 -> 2.14.4
2024-05-01 22:21:50 +00:00
github-actions[bot]
992b6af1a4
Merge master into staging-next
2024-05-01 12:01:23 +00:00
Maximilian Bosch
fac5f2721d
Merge pull request #305951 from Ma27/nix-unstable-testing
...
nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42c
2024-05-01 09:30:05 +00:00