Ben Siraphob
b370464c26
lambda-mod-zsh-theme: expand platforms to all
2021-03-14 11:40:45 +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
Maximilian Bosch
748871ad42
lambda-mod-zsh-theme: 2019-04-17 -> 2020-10-03, cleanup derivation
2020-10-03 20:03:12 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Maximilian Bosch
dadf97736b
lambda-mod-zsh-theme: 2017-10-08 -> 2019-04-17
...
See 61c373c...6b83aed
The newly introduced commit (87e7cd7) adds support for LAMBDA_MOD_N_DIR_LEVELS
to control the amount of dir levels shown in the prompt.
2019-04-18 11:52:39 +02:00
Maximilian Bosch
efc9511c16
lambda-mod-zsh-theme: add hooks and patch shebangs
...
This ensures that no impurity exists due to implicitly depending
on`/usr/bin/env`.
It stores the theme into `$out/share/zsh/themes` to make it possible to
find theme using `buildEnv` and remain consistent with other ZSH
extensions.
2018-08-05 23:01:18 +02:00
Matthew Bauer
ddaea6ac77
pkgs/shells: move extensions to subdirs
...
These are not reaal shells and should go into their parent shell
directory.
2018-04-17 14:47:32 -05:00