Commit Graph

8 Commits

Author SHA1 Message Date
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
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
R. Ryantm
a79dbf9ae6 json2hcl: 0.0.7 -> 0.1.1 2022-07-28 17:29:39 +00:00
Aaron Jheng
30aa1e1512
json2hcl: 0.0.6 -> 0.0.7 2022-05-27 11:52:01 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
ba4356f585 json2hcl: fix meta 2018-03-14 15:31:40 -05:00
Matthew Bauer
7272190333 json2hcl: init at 0.0.6
Fixes #36416
2018-03-07 22:06:50 -06:00