about summary refs log tree commit diff
path: root/pkgs/tools/admin/berglas
AgeCommit message (Collapse)AuthorFilesLines
2022-03-16berglas: 0.5.1 -> 0.6.2superherointj1-4/+29
* Tests enabled.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-07-31buildGoModule packages: editorconfig fixeszowoq1-1/+1
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+2
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-3/+1
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21berglas: fix build on darwinMario Rodas1-1/+3
2020-03-14berglas: 0.5.0 -> 0.5.1R. RyanTM1-8/+7
2020-01-07berglas: 0.2.1 -> 0.5.0Simonas Kazlauskas1-4/+4
2019-10-30berglas: 0.2.0 → 0.2.1Simonas Kazlauskas1-4/+4
2019-09-30berlgas: init at 0.2.0Simonas Kazlauskas1-0/+23