about summary refs log tree commit diff
path: root/pkgs/tools/package-management/gx
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2022-11-26gx-go: 1.9.0 -> unstable-2020-03-03Aaron Jheng2-255/+8
2022-06-05gx: 0.14.1 -> 0.14.3 (#176176)Aaron Jheng3-265/+9
2021-01-25treewide: remove stdenv where not neededPavol Rusnak2-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-01treewide: simplify rev/repo arguments in srcPavol Rusnak2-10/+10
+ use fetchFromGithub where possible
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-20gx-go: 1.5.0 -> 1.9.0Franz Pletz2-3/+249
2018-11-20gx: 0.12.0 -> 0.14.1Franz Pletz2-195/+79
2017-07-07gx: 20160601-f84ddf7 -> 0.12.0Yann Hodique3-74/+231
2017-04-29treewide: fix the remaining issues with meta attributesDan Peebles1-1/+1
2016-09-16buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski4-202/+202
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
2016-06-19gx: add missing metazimbatm2-0/+14
2016-06-15gx-go: init at 20160611zimbatm2-0/+36
2016-06-12gx: init at 20160601zimbatm2-0/+214