Commit Graph

19 Commits

Author SHA1 Message Date
Robert James Hernandez
deff7c8eef nbsdgames: init at 5-unstable-2023-03-13 2024-11-12 03:59:56 +00:00
Gaetan Lepage
7bb56ad6ac nbqa: 1.9.0 -> 1.9.1
Diff: https://github.com/nbQA-dev/nbQA/compare/refs/tags/1.9.0...1.9.1

Changelog: https://nbqa.readthedocs.io/en/latest/history.html
2024-11-11 08:35:34 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
lukts30
0a5e80ec74 nbdkit: init at 1.40.4 2024-10-09 17:08:41 +02:00
Robert Schütz
479a1a6c16 nbqa: add passthru.withTools
You can now do fancy things like

    (nbqa.override { python3 = python311; }).withTools (ps: [ ps.black ])
2024-09-23 11:47:42 -07:00
Robert Schütz
23e6b80a01 nbqa: use versionCheckHook 2024-09-23 11:47:37 -07:00
Robert Schütz
26bfa2c7f2 nbqa: update dependencies 2024-09-21 18:51:56 -07:00
R. Ryantm
a780c7a122 nb-cli: 1.4.1 -> 1.4.2 2024-09-16 04:01:54 +00:00
Gaétan Lepage
f7439a07f6
nbqa: 1.8.7 -> 1.9.0 (#337735) 2024-08-27 20:03:19 +02:00
Gaetan Lepage
7b92e73b2f nbqa: format with nixfmt 2024-08-27 17:34:25 +02:00
Gaetan Lepage
576e710170 nbqa: move to pkgs/by-name 2024-08-27 17:33:23 +02:00
R. Ryantm
134b241309 nbfc-linux: 0.1.15 -> 0.2.7 2024-08-27 08:07:07 +00:00
Masum Reza
3a55638035
Merge pull request #296199 from Celibistrial/master
nbfc-linux: init at 0.1.15
2024-08-20 21:50:49 +05:30
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
natsukium
befdba6730
python311Packages.nbmerge: move to top-level attribute 2024-07-05 15:50:43 +09:00
Gaurav Choudhury
ba10aacec8 nbfc-linux: init at 0.1.15 2024-06-27 18:06:00 +05:30
Moraxyc
b3d6ef71b9
nb-cli: init at 1.4.1 2024-06-09 09:12:19 +08:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
D3vil0p3r
c5da04da50
nbtscan: init at 1.7.2-unstable-2022-10-29 2024-02-17 16:00:40 +01:00