h7x4
|
41974d5ed9
|
treewide: add mainProgram
|
2023-11-27 02:17:53 +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 |
|
Sandro Jäckel
|
3ad7d71afe
|
treewide: don't set platforms.unix for buildGoModule
|
2023-06-13 17:54:26 +03:00 |
|
Aaron Jheng
|
dbc631bb9c
|
gohai: 2018-05-23 -> unstable-2022-04-12
|
2022-05-14 01:20:13 +00:00 |
|
Artturin
|
33cce15e42
|
treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
|
2022-03-24 23:56:14 +02: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 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Vincent Ambo
|
ab500439cd
|
gohai: init at 2018-05-23
This project does not have a default versioning scheme. go2nix
suggests using the date of the most recent change.
|
2018-05-24 10:56:44 +02:00 |
|