Commit graph

17 commits

Author SHA1 Message Date
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
0x4A6F f015f4bb79
dasel: 1.12.1 -> 1.12.2
Fixed:
- Fix a bug that stopped the write parser being properly detected when writing to the input file.
2021-01-05 23:59:28 +00:00
0x4A6F fbbc601ce9
dasel: 1.12.0 -> 1.12.1
Changed:
- Build workflows now updated to run on ubuntu-latest and use a matrix to build assets for linux, darwin and windows for both amd64 and 386.

Fixed:
- Release asset for macos/darwin is now named dasel_darwin_amd64 instead of dasel_macos_amd64.
- Self-updater now identifies dev version as development.
2021-01-05 22:40:57 +00:00
0x4A6F a500ff1c51
dasel: 1.11.0 -> 1.12.0
Added
- Add -c, --compact flag to remove pretty-print formatting from JSON output.
- Defined storage.IndentOption(indent string) ReadWriteOption.
- Defined storage.PrettyPrintOption(enabled bool) ReadWriteOption.

Changed
- Changed storage.Parser funcs to allow the passing of ...ReadWriteOption.
2021-01-02 21:00:15 +00:00
Lassulus 4b210ca92a
Merge pull request #107282 from 0x4A6F/master-dasel
dasel: add installCheckPhase test
2020-12-28 17:34:18 +01:00
0x4A6F 7bc0da6a82
dasel: 1.10.0 -> 1.11.0 2020-12-22 15:23:20 +00:00
0x4A6F 51031a8d73
dasel: add installCheckPhase test 2020-12-20 20:05:07 +00:00
0x4A6F 6ea2fd15d8 dasel: 1.9.1 -> 1.10.0 2020-12-20 13:26:58 +10:00
0x4A6F 75b1ba928a dasel: 1.9.0 -> 1.9.1 2020-12-16 05:55:36 +10:00
0x4A6F bd247b7ca5 dasel: 1.8.0 -> 1.9.0 2020-12-16 05:55:36 +10:00
Claudio Bley c41441cf1e dasel: Set version in ldflags 2020-12-04 08:31:48 +01:00
0x4A6F a58e424290
dasel: 1.6.2 -> 1.8.0 2020-12-01 18:42:47 +00:00
0x4A6F d0b5ba2d4f dasel: 1.6.1 -> 1.6.2 2020-11-19 08:24:30 +10:00
0x4A6F 033ced84a3 dasel: 1.5.1 -> 1.6.1 2020-11-19 08:24:30 +10:00
R. RyanTM c8f7b02dfe dasel: 1.2.0 -> 1.5.1 2020-11-15 02:34:21 +00:00
0x4A6F 1fe5d52eb8
dasel: 1.1.0 -> 1.2.0
- Add support for YAML multi-document files
2020-11-07 11:07:41 +00:00
0x4A6F d5edfc50ef
dasel: init at 1.1.0 2020-11-04 20:47:24 +00:00