Alexis Hildebrandt
|
bf995e3641
|
treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
|
2024-06-09 23:04:51 +02:00 |
|
Sandro Jäckel
|
15cf1bacec
|
treewide: don't use pname for mainProgram where pname is static
|
2023-12-20 14:25:55 +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 |
|
zowoq
|
36b5fc4b36
|
buildGoModule packages: remove unnecessary runVend
|
2022-01-01 15:55:33 +10:00 |
|
L3af
|
62d2d1953e
|
tsukae: remove platform specifics
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2021-05-08 22:15:57 +00:00 |
|
L3af
|
190a599b31
|
tsukae: init at unstable-2021-04-19
|
2021-05-07 11:43:52 +00:00 |
|