Commit graph

11 commits

Author SHA1 Message Date
Reed 029d53dbf9 r2mod_cli: 1.0.7 -> 1.2.0 2021-05-19 12:39:26 -07:00
Sandro 71fcdc0825
Merge pull request #119197 from reedrw/r2mod-107
r2mod_cli: 1.0.6 -> 1.0.7
2021-04-12 04:05:34 +02:00
Reed 320bbf0be4 r2mod_cli: 1.0.6 -> 1.0.7 2021-04-11 20:24:04 -04:00
Sandro d115d74cae
Merge pull request #119184 from reedrw/r2mod-fix
r2mod_cli: use bashInteractive as interpreter
2021-04-11 22:59:53 +02:00
Reed 2a3ff38680 r2mod_cli: use bashInteractive as interpreter 2021-04-11 15:17:05 -04:00
Ben Siraphob ad09618b6c r2mod_cli: expand platforms to unix 2021-03-14 11:40:47 +07:00
Reed 42fbe1b9e6 r2mod_cli: 1.0.5 -> 1.0.6 2021-03-02 01:08:52 -05:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob 2e34288f0d pkgs/games: stdenv.lib -> lib 2021-01-15 13:36:04 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Reed ba5e56f3e6 r2mod_cli: init at 1.0.5 2020-12-14 03:27:17 -05:00