Jade Lovelace
2501addf2d
nix-doc: 0.5.9 -> 0.5.10
...
Fixes https://github.com/NixOS/nixpkgs/issues/237637 and its entire
class of problems by making nix-doc save the version it was built for in
the library and then bail harmlessly if it is mismatched.
```
dev/nixpkgs2 » nix-build -A nix-doc
/nix/store/wv9nm47lplyz4b0pa4549zwrnsp3zvaf-nix-doc-0.5.10
dev/nixpkgs2 » nix-build -A nixVersions.nix_2_14 -o result2
/nix/store/ka0ygdzl9jd0j77y7ls6shngdz9vvqpn-nix-2.14.1
dev/nixpkgs2 » ./result2/bin/nix --plugin-files ./result/lib/libnix_doc_plugin.so repl
nix-doc warning: mismatched nix version, not loading
Welcome to Nix 2.14.1. Type :? for help.
nix-repl>
```
2023-08-15 15:19:07 +10:00
Eelco Dolstra
399252962b
nixVersions.nix_2_15: 2.15.1 -> 2.15.2
2023-08-14 11:48:20 +02:00
Bernardo Meurer
70dd76d94f
Merge pull request #247475 from qowoz/nix217
2023-08-13 13:27:20 -04:00
R. Ryantm
9c6481abfc
dnf5: 5.1.0 -> 5.1.1
2023-08-12 09:04:02 +00:00
Ludovico Piero
b5116310bc
treewide: add meta.mainProgram and other cleanup
2023-08-11 11:56:27 +10:00
Francesco Gazzetta
e9297c8161
Merge pull request #242019 from fgaz/nix/riscv-no-docs
...
nix: disable documentation on risc-v
2023-08-09 12:15:50 +02:00
Eelco Dolstra
bcb02bd1a5
nixVersions.nix_2_13: 2.13.3 -> 2.13.5
2023-08-08 07:35:13 -07:00
github-actions[bot]
462b4c7567
Merge master into staging-next
2023-08-07 18:01:16 +00:00
Mario Rodas
9076096515
Merge pull request #247643 from r-ryantm/auto-update/repro-get
...
repro-get: 0.3.0 -> 0.4.0
2023-08-07 07:18:22 -05:00
github-actions[bot]
dd48ee46cf
Merge master into staging-next
2023-08-07 12:00:52 +00:00
Jörg Thalheim
6b801a2830
harmonia: 0.7.0 -> 0.7.1
2023-08-07 11:19:17 +02:00
github-actions[bot]
529e3475fc
Merge master into staging-next
2023-08-07 06:01:04 +00:00
R. Ryantm
f12e09e002
repro-get: 0.3.0 -> 0.4.0
2023-08-07 03:45:37 +00:00
Nick Cao
0ec92e32c2
Merge pull request #247598 from r-ryantm/auto-update/libdnf
...
libdnf: 0.70.1 -> 0.70.2
2023-08-06 18:53:50 -06:00
github-actions[bot]
bb21178e5c
Merge master into staging-next
2023-08-07 00:01:58 +00:00
Jörg Thalheim
efe95a157a
harmonia: 0.6.7 -> 0.7.0
2023-08-07 09:22:10 +10:00
Jörg Thalheim
4620966adb
nix-eval-jobs: 2.16.0 -> 2.17.0
...
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.16.0...v2.17.0
2023-08-07 09:21:58 +10:00
Jade Lovelace
b59150e99c
nix-doc: 0.5.8 -> 0.5.9
...
Fixes compatibility with Nix 2.17 and dev process wise, improves our
assurance that we are still compatible with older Nix.
2023-08-07 09:20:41 +10:00
R. Ryantm
1832f0ac4b
libdnf: 0.70.1 -> 0.70.2
2023-08-06 22:43:24 +00:00
figsoda
7d39638991
nix-update: 0.19.2 -> 0.19.3
...
Diff: https://github.com/Mic92/nix-update/compare/0.19.2...0.19.3
Changelog: https://github.com/Mic92/nix-update/releases/tag/0.19.3
2023-08-06 15:34:36 -04:00
github-actions[bot]
191e60634e
Merge master into staging-next
2023-08-06 18:01:04 +00:00
figsoda
3555054614
nixpkgs-review: 2.9.3 -> 2.10.0
...
Diff: https://github.com/Mic92/nixpkgs-review/compare/2.9.3...2.10.0
Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.10.0
2023-08-06 11:32:41 -04:00
zowoq
3132d2406e
nixVersions.stable: 2.15 -> 2.17
2023-08-06 16:12:44 +10:00
github-actions[bot]
e329dc70ee
Merge master into staging-next
2023-08-05 18:01:09 +00:00
Francesco Gazzetta
95c77f3af9
nix: disable documentation on risc-v
...
mdbook fails due to a rustc bug
https://github.com/rust-lang/rust/issues/114473
2023-08-05 18:42:02 +02:00
Anderson Torres
e08e100b0c
home-manager: fix bug in which home-manager.nix is not found
...
Closes https://github.com/NixOS/nixpkgs/issues/236940
2023-08-05 16:02:54 +00:00
github-actions[bot]
5827446dce
Merge master into staging-next
2023-08-03 00:01:56 +00:00
figsoda
56fcbe6e22
nix-update: 0.19.0 -> 0.19.2
...
Diff: https://github.com/Mic92/nix-update/compare/0.19.0...0.19.2
Changelog: https://github.com/Mic92/nix-update/releases/tag/0.19.2
2023-08-02 17:08:39 -04:00
Robert Hensing
34ee0260ec
treewide: Add meta.mainProgram
...
Based on ofborg feedback.
Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-01 12:21:05 +02:00
Robert Hensing
4c1d3cee60
treewide: Add meta.mainProgram
...
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
Robert Schütz
4e7b3a4137
poetry: fix build
2023-07-28 12:13:29 +02:00
R. Ryantm
a627a4f854
dnf5: 5.0.15 -> 5.1.0
2023-07-27 05:46:44 +00:00
figsoda
6bbf5ef59d
Merge pull request #245411 from figsoda/unused-3
2023-07-26 12:01:09 -04:00
Pol Dellaiera
d283921a4e
Merge pull request #243987 from r-ryantm/auto-update/pkg
...
pkg: 1.19.1 -> 1.20.4
2023-07-26 13:24:39 +02:00
Janik
e27829d076
Merge pull request #245314 from natsukium/pdm/update
2023-07-26 11:04:06 +02:00
figsoda
eab90cce8f
pkgs/tools/package-management: remove dead code
2023-07-25 12:12:32 -04:00
natsukium
f05bd97e61
pdm: 2.7.4 -> 2.8.0
...
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.8.0
2023-07-25 23:55:25 +09:00
zowoq
df4d4190de
nixVersions.unstable: 2.16 -> 2.17
2023-07-25 11:06:59 +10:00
zowoq
a5e12bb624
nixVersions.nix_2_17: init at 2.17.0
2023-07-25 11:06:44 +10:00
Pol Dellaiera
653c2b650a
Merge pull request #241909 from domenkozar/pdm-bump
...
pdm: 2.7.0 -> 2.7.4
2023-07-24 21:29:43 +02:00
Mario Rodas
07d6e18284
Merge pull request #244634 from vcunat/p/apkg-bump
...
apkg: 0.4.0 -> 0.4.1
2023-07-24 07:43:51 -05:00
Vladimír Čunát
2e1db341fc
apkg: 0.4.0 -> 0.4.1
...
https://apkg.readthedocs.io/en/latest/news/#apkg-041
2023-07-24 07:22:56 +02:00
Sandro
1d1fe1fe14
Merge pull request #245063 from SuperSandro2000/remove-maintainer
...
treewide: reduce packages I maintainer
2023-07-23 21:28:26 +02:00
Sandro Jäckel
cf6c96533b
treewide: reduce packages I maintainer
2023-07-23 19:30:22 +02:00
Sandro
994151c78d
Merge pull request #244203 from Luflosi/update/reuse
...
reuse: 1.1.2 -> 2.1.0
2023-07-23 17:51:34 +02:00
Mario Rodas
7e39636b1a
apt: add changelog to meta
2023-07-23 11:00:00 +00:00
R. Ryantm
d127748498
apt: 2.7.1 -> 2.7.2
2023-07-23 10:59:09 +00:00
Artturi
1d56444d15
Merge pull request #244478 from oxij/pkgs/nix-shebang-tests
2023-07-23 00:52:01 +03:00
Jan Malakhovski
917e133273
nix: patchShebangs tests
...
Without this, building a newer nix (2.15) on an older nix (2.3) with sandboxing
enabled will fail, which is problematic for doing a self-contained update on an
older system.
2023-07-22 05:08:39 +03:00
Artturi
b6ef84e98d
Merge pull request #228509 from LeSuisse/rpm-4.18.1
2023-07-20 23:01:39 +03:00