Commit Graph

8 Commits

Author SHA1 Message Date
R. Ryantm
cf1bb0ec9f cnquery: 11.19.1 -> 11.31.1 2024-11-24 04:45:05 +00: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
Andrea Ciceri
e1973e0aa2
cntb: fix darwin 2024-09-15 12:23:03 +02:00
Scott Edlund
4fe6d22a94 cntb: 1.4.8 -> 1.4.12 2024-09-12 15:52:11 +02:00
supinie
3a79d83d50 cnsprcy: init at 0.2.0 2024-08-09 13:55:07 +01: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
Andrea Ciceri
799100a30e
cntb: 1.4.6 -> 1.4.8 2024-02-27 13:02:28 +01:00
Andrea Ciceri
044a8a9a5a cntb: init at 1.4.6 2023-09-22 12:21:36 +00:00