Commit graph

12 commits

Author SHA1 Message Date
José Romildo Malaquias 833371ffa7 theme-obsidian2: 2.17 -> 2.18 2021-01-24 15:37:20 -03: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
José Romildo Malaquias 5f79bd675b theme-obsidian2: 2.16 -> 2.17 2020-12-04 18:57:45 -03:00
R. RyanTM 5efb8b4b52 theme-obsidian2: 2.15 -> 2.16 2020-11-12 07:54:19 +00:00
José Romildo Malaquias bdf0ed3b87 theme-obsidian2: 2.14 -> 2.15 2020-10-01 14:07:12 -03:00
José Romildo Malaquias 3355e6c313 theme-obsidian2: include theme variants 2020-09-04 13:55:48 -03:00
José Romildo Malaquias d618cd80d2 theme-obsidian2: 2.13 -> 2.14 2020-09-04 13:40:18 -03:00
José Romildo Malaquias b955ca84bb theme-obsidian2: 2.12 -> 2.13 2020-07-26 10:05:51 -03:00
José Romildo Malaquias 2bb14421ec theme-obsidian2: 2.11 -> 2.12 2020-05-10 16:03:14 -03:00
José Romildo Malaquias 09ba8e5b5e theme-obsidian2: 2.10 -> 2.11 2020-04-02 18:33:59 -03:00
José Romildo Malaquias e6163af805 theme-obsidian2: 2.9 -> 2.10 2020-01-03 12:53:12 +00:00
José Romildo Malaquias 86e1452556 theme-obsidian2: 2.8 -> 2.9 (#67501)
* theme-obsidian2: 2.8 -> 2.9

* theme-obsidian2: move to pkgs/data

* theme-obsidian2: use pname

* theme-obsidian2: run hooks preInstall and postInstall in install phase
2019-08-26 23:11:52 +08:00