Commit Graph

20 Commits

Author SHA1 Message Date
R. Ryantm
e09e1cc273 theme-obsidian2: 2.23 -> 2.24 2024-03-04 01:39:57 +00:00
José Romildo
82395e8e24 theme-obsidian2: 2.22 -> 2.23
- update to version 2.23
- use stdenvNoCC
- replace duplicate files with symbolic links
2023-05-01 12:46:50 -03:00
José Romildo
4fb806003b theme-obsidian2: 2.21 -> 2.22 2023-02-11 09:23:13 -03:00
José Romildo
1d20429588 theme-obsidian2: add update script 2023-02-11 09:21:54 -03:00
José Romildo
7b4ed5fc89 theme-obsidian2: reformat nix expression 2023-02-11 08:59:01 -03:00
R. Ryantm
006d6768ec theme-obsidian2: 2.20 -> 2.21 2022-10-09 21:41:13 +00:00
José Romildo
a1b46f39a4 theme-obsidian2: 2.19 -> 2.20 2021-12-27 12:54:51 -03:00
R. RyanTM
a55b345fa6 theme-obsidian2: 2.18 -> 2.19 2021-08-22 19:13:21 +00:00
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