Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-05 | robustirc-bridge: 1.8 -> 1.9.0 | Aaron Jheng | 1 | -3/+3 | |
2021-04-26 | treewide: go: inherit platforms instead of using platforms.all | Arnout Engelen | 1 | -1/+0 | |
`buildGoModule` and `buildGoPackage` by default inherit the `platforms` from go. That seems better than explicitly configuring `platforms.all`. There are also many packages that specify 'linux + darwin' - this is even suggested in the documentation. We might also want to update those, but let's do the noncontroversial change first. | |||||
2021-01-25 | treewide: remove stdenv where not needed | Pavol Rusnak | 1 | -1/+1 | |
2021-01-11 | treewide: with stdenv.lib; in meta -> with lib; | Profpatsch | 1 | -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-31 | nixos/tests/robustirc-bridge: init | Georg Haas | 1 | -1/+3 | |
2020-08-30 | robustirc-bridge: init at 1.8 | Georg Haas | 1 | -0/+27 | |