Commit Graph

11 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
Azat Bahawi
8886ff1be1
kube-prompt: use buildGoModule 2022-06-06 22:42:38 +03:00
Abin Simon
84218bee06 kube-prompt: 1.0.5 -> 1.0.11 2021-09-15 11:58:17 +00:00
zowoq
2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
Jörg Thalheim
33ca8f9150
Merge pull request #55405 from xtruder/pkgs/hetzner-prompt/main-package
kube-prompt: build only main package
2019-02-08 07:56:38 +00:00
Jaka Hudoklin
76704e15a0
kube-prompt: build only main package 2019-02-07 18:14:57 +01:00
Vincent Demeester
edd52b4fa5
kube-prompt: 1.0.4 -> 1.0.5
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-27 09:26:36 +01:00
Vincent Demeester
10e029829c kube-prompt: init at 1.0.4
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-22 07:39:15 +02:00