Commit Graph

2710 Commits

Author SHA1 Message Date
Matthias Beyer
c09a0604bf
Merge pull request #252539 from Vonfry/update/zsh-completions
zsh-completions: 0.34.0 -> 0.35.0
2023-09-01 15:23:38 +02:00
Mario Rodas
7b1777b1e4 yash: fix build on darwin 2023-08-31 18:56:00 -05:00
Mario Rodas
c236073d10
Merge pull request #251361 from qbit/yash-2.55
yash: 2.54 -> 2.55
2023-08-31 18:55:50 -05:00
Vonfry
ac5d9da732
zsh-completions: 0.34.0 -> 0.35.0 2023-08-31 18:43:36 +08:00
pacien
2dc5c6ef04 fishPlugins.pure: re-enable check phase 2023-08-31 10:36:08 +00:00
pacien
015752db49 fishPlugins.pure: 4.7.0 -> 4.8.0 2023-08-31 10:36:08 +00:00
kashw2
90ddf43816 murex: 4.4.9100 -> 4.4.9500
murex: added kashw2 maintainer
2023-08-31 11:24:23 +10:00
OTABI Tomoya
09fa1abcad
Merge pull request #251179 from natsukium/fzf-fish/update
fishPlugins.fzf-fish: 9.9 -> 10.0
2023-08-28 20:23:52 +09:00
Marcus Ramberg
07075b3ff9 fishPlugins.pure: 4.1.1 -> 4.7.0 2023-08-27 22:57:34 +02:00
Aaron Bieber
d07ebffdef
yash: 2.54 -> 2.55 2023-08-25 11:34:06 -06:00
Mario Rodas
8dcdc0029e nushellPlugins.query: 0.83.1 -> 0.84.0
Diff: https://github.com/nushell/nushell/compare/0.84.0...0.84.0
2023-08-25 18:30:09 +08:00
Mario Rodas
b5a22a41c5 nushellPlugins.gstat: 0.83.1 -> 0.84.0
Diff: https://github.com/nushell/nushell/compare/0.84.0...0.84.0
2023-08-25 18:30:09 +08:00
Mario Rodas
b4e06a160c nu_scripts: unstable-2023-07-29 -> unstable-2023-08-24 2023-08-25 18:30:09 +08:00
Mario Rodas
11c5895493 nushell: 0.83.1 -> 0.84.0
Diff: https://github.com/nushell/nushell/compare/0.83.1...0.84.0
2023-08-25 18:30:09 +08:00
natsukium
c40323b934
fishPlugins.fzf-fish: 9.9 -> 10.0
Diff: https://github.com/PatrickF1/fzf.fish/compare/v9.9...v10.0

Changelog: https://github.com/PatrickF1/fzf.fish/releases/tag/v10.0
2023-08-24 23:26:02 +09:00
natsukium
cf8bd45123
fishPlugins.fzf-fish: add meta.changelog 2023-08-24 23:24:54 +09:00
Fugi
a90dcdd4a2
agdsn-zsh-config: 0.6.0 -> 0.7.0 2023-08-24 15:52:17 +02:00
Theodore Ni
728c42fb58
xonsh: add pip to test dependency and other changes 2023-08-22 11:01:06 -07:00
nbe
4f9e86116b zsh-fzf-tab: 2023-05-19 -> 2023-06-11 2023-08-21 19:52:49 +03:00
Anderson Torres
d939536baa rc: enable lineEditingLibrary 2023-08-21 10:09:05 +00:00
OTABI Tomoya
dd954e995c
Merge pull request #249938 from a12l/application/update/oil/0.17.0
oil: 0.16.0 -> 0.17.0
2023-08-21 16:06:16 +09:00
Sergei Trofimovich
8708ae0e37 bash: disable bash-malloc everywhere, not just on musl
TIme to time I bump into pathological behaviour of `bash` memory
allocator. Today's example:

    $ time { ls /nix/store/ > /dev/null; }
    real    0m0,965s user    0m0,876s sys     0m0,087s
    $ time { echo /nix/store/* > /dev/null; }
    real    2m18,287s user    2m17,946s sys     0m0,125s
    $ time { echo /nix/store/* > /dev/null; }
    real    0m1,764s user    0m1,712s sys     0m0,048s

Note how initial `echo` takes alsmot 2 minutes to finish.

Let's rely  on system's allocator instead.

After the change initial run is fast again:

    $ time { echo /nix/store/* > /dev/null; }
    real    0m1,328s user    0m1,264s sys     0m0,063s
2023-08-19 08:39:13 +01:00
Albin Otterhäll
85231259f0 oil: 0.16.0 -> 0.17.0 2023-08-18 13:02:12 +02:00
github-actions[bot]
12e030d6da
Merge master into staging-next 2023-08-13 18:00:59 +00:00
Weijia Wang
6f18fdc340
Merge pull request #248791 from r-ryantm/auto-update/zimfw
zimfw: 1.11.3 -> 1.12.0
2023-08-13 15:23:14 +02:00
R. Ryantm
874d0c3d9b antidote: 1.9.0 -> 1.9.1 2023-08-13 01:31:41 +00:00
github-actions[bot]
050adb6d52
Merge master into staging-next 2023-08-13 00:02:15 +00:00
R. Ryantm
f29ef2461c zimfw: 1.11.3 -> 1.12.0 2023-08-12 22:11:20 +00:00
R. Ryantm
759f52b1af zsh-forgit: 23.07.0 -> 23.08.1 2023-08-12 04:17:40 +00:00
Vladimír Čunát
8ba24c8eb4
Merge #245252: bash: fix parallel build failure on unwind_prot.o
...into staging
2023-08-11 10:35:46 +02:00
Emily
96a52e8e30
Merge pull request #245899 from vinnymeller/zsh-defer
zsh-defer: init at unstable-2022-06-13
2023-08-10 13:11:49 +02:00
Vinny Meller
4a018f08fa zsh-defer: init at unstable-2022-06-13 2023-08-09 17:18:54 -05:00
OTABI Tomoya
44b6fb57ff
Merge pull request #242122 from Janik-Haag/zsh-fzf-history-search
zsh-fzf-history-search: init at unstable-23-03-08
2023-08-08 17:20:59 +09:00
Franz Pletz
880a3f231d
Merge pull request #247818 from Janik-Haag/nix-zsh-completions 2023-08-08 05:45:00 +02:00
Gerg-L
c0790c094c dash: Add meta.mainProgram and cleanup 2023-08-07 20:52:46 -04:00
Janik H
20f42c44e1
nix-zsh-completions: unstable-2023-01-30 -> 0.5.0
Diff: 6a1bfc0244...0.4.4
2023-08-07 23:54:28 +02:00
Jacob Moody
437b7d71e5 rc-9front: tidy make and install phases 2023-08-06 17:14:19 -05:00
R. Ryantm
71812299fc carapace: 0.25.3 -> 0.26.0 2023-08-06 00:35:57 +00:00
Anderson Torres
763ed867f1 rc: unstable-2021-08-03 -> unstable-2023-06-14 2023-08-05 11:11:23 +00:00
n3oney
02d604cd68
treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
zendo
4f5308922f treewide: add meta.mainProgram
Related PR: https://github.com/NixOS/nixpkgs/pull/246386
2023-08-04 10:00:59 +00:00
Rebecca Turner
1b2461f29d
nix-your-shell: 1.1.1 -> 1.3.0
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.2.0
- Bash support
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.2.1
- Export $__ETC_PROFILE_NIX_SOURCED
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.3.0
- nushell support
2023-08-01 17:00:38 -07:00
Mario Rodas
5ba1b5be5a nushellPlugins.query: 0.83.0 -> 0.83.1
Diff: https://github.com/nushell/nushell/compare/0.83.1...0.83.1
2023-07-31 07:33:09 +00:00
Mario Rodas
f7a4a3764f nushellPlugins.gstat: 0.83.0 -> 0.83.1
Diff: https://github.com/nushell/nushell/compare/0.83.1...0.83.1
2023-07-31 07:33:09 +00:00
Mario Rodas
5becdd85fc nu_scripts: unstable-2023-07-24 -> unstable-2023-07-29 2023-07-31 07:33:09 +00:00
Mario Rodas
c38219f1ce nushell: 0.83.0 -> 0.83.1
Diff: https://github.com/nushell/nushell/compare/0.83.0...0.83.1
2023-07-31 07:33:09 +00:00
R. Ryantm
5359f3161e carapace: 0.25.1 -> 0.25.3 2023-07-30 07:48:30 +00:00
Pol Dellaiera
83085359e3
Merge pull request #244010 from majiru/add-fetch9front
fetch9front: init
2023-07-29 08:28:24 +02:00
Lena Fuhrimann
de1e10bc78
zsh-history-substring-search: 1.0.2 -> 1.1.0 2023-07-28 13:33:31 +02:00
happysalada
bfc44cf9fe nushellPlugins.query: 0.82.0 -> 0.83.0 2023-07-28 00:13:49 +00:00
figsoda
266d35c413
Merge pull request #245528 from r-ryantm/auto-update/murex
murex: 4.4.6110 -> 4.4.9100
2023-07-26 12:20:21 -04:00
figsoda
3ceabbd026
Merge pull request #245507 from r-ryantm/auto-update/fishPlugins.fzf-fish
fishPlugins.fzf-fish: 9.8 -> 9.9
2023-07-26 11:53:38 -04:00
R. Ryantm
2aae529393 murex: 4.4.6110 -> 4.4.9100 2023-07-26 12:11:47 +00:00
R. Ryantm
0288b0f810 fishPlugins.fzf-fish: 9.8 -> 9.9 2023-07-26 08:48:21 +00:00
Mario Rodas
472de7a9bc nu_scripts: 2023-04-26 -> 2023-07-24 2023-07-26 04:20:00 +00:00
Mario Rodas
a44e9d1ac5 nu_scripts: add updateScript 2023-07-26 04:20:00 +00:00
Mario Rodas
b4a1ffb17c nushell: 0.82.0 -> 0.83.0
Diff: https://github.com/nushell/nushell/compare/0.82.0...0.83.0
2023-07-26 04:20:00 +00:00
Janik
ddf72bae78
Merge pull request #241873 from wegank/zsh-forgit-completions 2023-07-25 10:13:51 +02:00
Sergei Trofimovich
99e148dd27 bash: fix parallel build failure on unwind_prot.o
As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066
without the change `make -j8` build of `make` occasionally fails to
buildin parallel. The simplest reproducer is:

    $$ ./configure
    $$ make unwind_prot.o
    ...
    In file included from unwind_prot.c:51:
    In file included from ./bashintl.h:30:
    ./include/gettext.h:27:11: fatal error: 'libintl.h' file not found
    # include <libintl.h>
              ^~~~~~~~~~~
    1 error generated.
    make: * [Makefile:106: unwind_prot.o] Error 1

The change adds missing ttransitive `${LIBINTL_H}` dependency for
unwind_prot.o.
2023-07-24 23:23:14 +01:00
Nick Cao
78687e9fe5
Merge pull request #245044 from r-ryantm/auto-update/zsh-vi-mode
zsh-vi-mode: 0.9.0 -> 0.10.0
2023-07-23 22:40:39 -06:00
Sandro
51727ac1df
Merge pull request #242035 from Icy-Thought/zsh-abbr
zsh-abbr: init at 5.1.0
2023-07-23 23:28:33 +02:00
Jacob Moody
a978e48e52 rc-9front: use fetchFrom9Front 2023-07-23 13:16:28 -05:00
R. Ryantm
7d9b2ace14 zsh-vi-mode: 0.9.0 -> 0.10.0 2023-07-23 14:56:54 +00:00
R. Ryantm
97971e7ce3 grml-zsh-config: 0.19.5 -> 0.19.6 2023-07-22 06:40:14 +00:00
R. Ryantm
88b9203b60 murex: 4.3.3200 -> 4.4.6110 2023-07-17 03:38:06 +00:00
Artturi
5c5832bc49
Merge pull request #242678 from Artturin/zshen1 2023-07-14 03:42:05 +03:00
Weijia Wang
bd86547c66
Merge pull request #242859 from r-ryantm/auto-update/carapace
carapace: 0.25.0 -> 0.25.1
2023-07-11 21:57:09 +03:00
R. Ryantm
4d8e3794df blesh: 0.3.4 -> 0.4.0-devel3 2023-07-11 23:41:22 +08:00
R. Ryantm
eb5bd3349b carapace: 0.25.0 -> 0.25.1 2023-07-11 14:56:32 +00:00
R. Ryantm
3f1c188330 antidote: 1.8.9 -> 1.9.0 2023-07-11 10:05:45 +00:00
Artturin
6984a7201c zsh: enable function subdirs
and patch script shebangs
2023-07-10 18:30:19 +03:00
Janik H
b05435b738 zsh-fzf-history-search: init at unstable-23-03-08 2023-07-10 11:32:36 +02:00
Jacob Moody
727c172591 rc-9front: enable parallel builds 2023-07-09 14:23:07 -05:00
Janik H
7d0994b59b zsh-powerlevel9k: fix longdescription 2023-07-09 17:43:28 +02:00
Weijia Wang
1f4afdc40b
Merge pull request #242145 from r-ryantm/auto-update/murex
murex: 4.2.5110 -> 4.3.3200
2023-07-09 12:14:03 +03:00
Martin Weinelt
571bb44da2
Merge pull request #242124 from Janik-Haag/zsh-p10k
zsh-powerlevel10k: add longdescription
2023-07-08 21:32:07 +02:00
adisbladis
f2b2e6d098
Merge pull request #240246 from adisbladis/xonsh-envs
xonsh: Add wrapper
2023-07-08 14:26:43 +12:00
Icy-Thought
9fb0a911cc
zsh-abbr: init at 5.1.0 2023-07-08 02:31:28 +02:00
R. Ryantm
ef15695178 murex: 4.2.5110 -> 4.3.3200 2023-07-07 22:01:38 +00:00
Janik H
4730f54d0e zsh-powerlevel9k: add longdescription 2023-07-07 22:28:01 +02:00
Janik H
8a9bee4ced zsh-powerlevel10k: add longdescription 2023-07-07 22:28:01 +02:00
ocfox
dbed814062
fishPlugins.tide: 5.5.1 -> 5.6.0 2023-07-07 09:12:30 +08:00
Sandro
d13e88c0c6
Merge pull request #240951 from abathur/remove_oil_readline_workaround
oil: remove obsolete readline workaround
2023-07-06 23:18:43 +02:00
Weijia Wang
f5c83c7086
Merge pull request #241781 from Artturin/zshpcrefix
zsh: build pcre.so
2023-07-06 14:36:16 +03:00
Weijia Wang
024afa2e99 zsh-forgit: add completions 2023-07-06 12:55:53 +03:00
Artturin
bdcff9cd3c zsh: build pcre.so
77f84f07c4 changed zsh to use pkg-config
and i assumed that because the zsh binary was linked with pcre that pcre
support was working, but it was not.
2023-07-06 01:10:19 +03:00
R. Ryantm
4101de4953 zsh-forgit: 23.06.0 -> 23.07.0 2023-07-05 18:05:21 +00:00
Weijia Wang
3248e26928
Merge pull request #241138 from figsoda/nu
nushell: refactor
2023-07-04 10:12:00 +03:00
figsoda
90e4770f81 nushell: refactor
- fix tests on darwin
- respect withDefaultFeatures = false
- don't use lib.optional in a list
- remove libiconv from buildInputs since it is the default
- formatting
2023-07-03 08:47:34 -04:00
figsoda
505c1de513 fishPlugins.sponge: replace "${version}" with version 2023-07-02 14:51:39 -04:00
R. Ryantm
44c39f9a30 carapace: 0.24.5 -> 0.25.0 2023-07-02 06:28:10 +00:00
Travis A. Everett
1fe03311b0 oil: remove obsolete readline workaround
Looks like upstream issue was fixed via oilshell/oil#1514
(originally reported in oilshell/oil#1467).
2023-07-01 12:25:49 -05:00
Emily
da7530e214
Merge pull request #240032 from giorgiga/fishPlugins-sdkman-for-fish-update
fishPlugins.sdkman-for-fish: 1.4.0 -> 2.0.0
2023-06-30 18:31:12 +02:00
Sandro
21f23c8df5
Merge pull request #240232 from majiru/add-rc-9front
rc-9front: init at unstable-2022-11-01
2023-06-30 17:07:22 +02:00
adisbladis
0fab94a844 xonsh: Add wrapper
It is currently not obvious how to install/use xonsh with dependencies and python packages.

This PR implements a wrapper that allows you to construct a custom xonsh environment by using:
``` nix
xonsh.override { extraPackages = ps: [ ps.requests ]; }
```
2023-06-30 19:39:53 +12:00
Jacob Moody
635fd5f161 rc-9front: init at 2022-11-01 2023-06-29 09:32:51 -05:00
figsoda
a68e3ee900
Merge pull request #240508 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-06-26 -> 2023-06-26
2023-06-29 09:55:57 -04:00
Sandro
3791e8908e
Merge pull request #240482 from natsukium/fzf-fish/update 2023-06-29 14:42:08 +02:00
R. Ryantm
54067c54a9
oh-my-zsh: 2023-06-26 -> 2023-06-26 2023-06-29 14:15:03 +02:00
Weijia Wang
3f78f67203
Merge pull request #240293 from r-ryantm/auto-update/murex
murex: 4.1.7300 -> 4.2.5110
2023-06-29 10:38:36 +03:00
natsukium
9a3b260bef
fishPlugins.fzf-fish: 9.7 -> 9.8
Diff: https://github.com/PatrickF1/fzf.fish/compare/v9.7...v9.8
2023-06-29 16:02:33 +09:00
Nick Cao
b802e9dffb
Merge pull request #240211 from DeeUnderscore/fix/xonsh-double-wrap
xonsh: don't double wrap bin/xonsh
2023-06-28 16:34:41 +08:00
Weijia Wang
aa3c0e5904
Merge pull request #240265 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.21.0 -> 1.22.0
2023-06-28 10:55:48 +03:00
R. Ryantm
ee759fc899 murex: 4.1.7300 -> 4.2.5110 2023-06-28 07:26:01 +00:00
R. Ryantm
43d8586354 pure-prompt: 1.21.0 -> 1.22.0 2023-06-28 05:05:09 +00:00
happysalada
cbfcf6ed61 nushellPlugins.query: 0.81.0 -> 0.82.0 2023-06-28 09:11:25 +08:00
happysalada
be39aba786 nushell: 0.81.0 -> 0.82.0 2023-06-28 09:11:04 +08:00
Dee Anzorge
e66d98f17d xonsh: don't double wrap bin/xonsh 2023-06-28 00:38:18 +02:00
R. Ryantm
09d07ca924 antidote: 1.8.8 -> 1.8.9 2023-06-27 06:58:45 +00:00
Giorgio Gallo
0c4eec625d
fishPlugins.sdkman-for-fish: 1.4.0 -> 2.0.0 2023-06-27 04:12:16 +02:00
Martin Weinelt
6e59369690
Merge pull request #239958 from mweinelt/zsh-p10k-1.19.0
zsh-powerlevel10k: 1.18.0 -> 1.19.0
2023-06-26 22:41:05 +02:00
Janik
347c91433a
Merge pull request #232393 from mrkkrp/init-nushell-plugin-gstat 2023-06-26 21:02:51 +02:00
Martin Weinelt
eaccf8f40b
zsh-powerlevel10k: 1.18.0 -> 1.19.0
https://github.com/romkatv/powerlevel10k/releases/tag/v1.19.0
2023-06-26 17:34:21 +02:00
R. Ryantm
c6a67ebb4b oh-my-zsh: 2023-06-20 -> 2023-06-26 2023-06-26 11:20:08 +00:00
R. Ryantm
e10e22f890 oh-my-zsh: 2023-06-19 -> 2023-06-20 2023-06-26 02:02:43 +00:00
Janik
be5bbe6d9c
Merge pull request #237592 from greg-hellings/xonsh-0140-update 2023-06-25 19:13:10 +02:00
Nick Cao
44623593d7
Merge pull request #239521 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2023-04-13 -> unstable-2023-06-22
2023-06-25 12:15:28 +08:00
R. Ryantm
5ebf1cf5d4 zsh-prezto: unstable-2023-04-13 -> unstable-2023-06-22 2023-06-24 06:04:42 +00:00
R. Ryantm
09df46efc3 antidote: 1.8.7 -> 1.8.8 2023-06-24 01:53:26 +00:00
Artturi
de76a685df
Merge pull request #233830 from MaxHearnden/zsh 2023-06-23 18:51:22 +03:00
MaxHearnden
77f84f07c4 zsh: fix cross by using pkg-config to discover libpcre
The configure script calls pcre-config to find pcre however using
nativeBuildInputs for this meant that zsh found the native libraries.

weirdly only pkgsCross.armv7l-hf-multiplatform.zsh was failing and not
pkgsCross.aarch64-multiplatform.zsh
2023-06-23 14:17:23 +03:00
Bouke van der Bijl
67cc14bc67 babelfish: 1.1.0 -> 1.2.1 2023-06-21 16:49:00 +02:00
R. Ryantm
dede783548 oh-my-zsh: 2023-06-16 -> 2023-06-19 2023-06-20 05:26:53 +00:00
R. Ryantm
adf6bc1fc3 oh-my-zsh: 2023-05-23 -> 2023-06-16 2023-06-16 20:57:57 +00:00
Greg Hellings
b206f4db2c xonsh: 0.13.4 -> 0.14.0 2023-06-13 11:59:05 -05:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
R. Ryantm
4a73c642d1 murex: 4.1.6140 -> 4.1.7300 2023-06-13 00:28:48 +00:00
happysalada
3596490914 nushellPlugins.query: 0.80.0 -> 0.81.0 2023-06-12 10:28:41 -04:00
Weijia Wang
897ff26011
Merge pull request #237279 from r-ryantm/auto-update/antidote
antidote: 1.8.6 -> 1.8.7
2023-06-12 11:09:15 +03:00
R. Ryantm
170eb1dd15 antidote: 1.8.6 -> 1.8.7 2023-06-12 02:54:42 +00:00
R. Ryantm
302759c208 oil: 0.15.0 -> 0.16.0 2023-06-11 17:36:19 +00:00
Randy Eckenrode
dad6320407 fish: fix build with Darwin sandbox enabled 2023-06-08 17:55:12 -07:00
Pol Dellaiera
a193d6e90a
Merge pull request #235396 from Enzime/add/hishtory
hishtory: init at 0.208
2023-06-08 08:29:30 +02:00
Adam Stephens
9b59981f40
nushell: 0.80.0 -> 0.81.0 2023-06-07 12:35:32 -04:00
Pol Dellaiera
a21373fe3d
Merge pull request #218264 from qbit/yash-2.54
yash: 2.53 -> 2.54
2023-06-06 21:45:11 +02:00
R. Ryantm
d31ea9f454 zsh-forgit: 23.05.0 -> 23.06.0 2023-06-05 03:42:28 +00:00
Pol Dellaiera
37a6711c1a
Merge pull request #234462 from hitsmaxft/add_antidote
antidote: init at 1.8.6
2023-06-02 16:36:40 +02:00
hitsmaxft
ae9d6a0429 antidote: init at 1.8.6 2023-06-02 18:13:24 +08:00
Michael Hoang
a5ba711968 hishtory: init at 0.208 2023-06-02 00:30:46 +10:00
Weijia Wang
27638f91ba
Merge pull request #234956 from wegank/powershell-bump
powershell: 7.3.2 -> 7.3.4
2023-05-30 12:02:14 +03:00
Weijia Wang
b4995a61c7 powershell: 7.3.2 -> 7.3.4 2023-05-30 11:04:59 +03:00
Jörg Thalheim
8e382a0c4c
Merge pull request #234929 from MGlolenstine/zinit
zinit: 3.7 -> 3.11.0
2023-05-30 08:58:31 +01:00
MGlolenstine
8e82668efc zinit: 3.7 -> 3.11.0 2023-05-30 06:26:30 +02:00
Weijia Wang
57d2ea7636 powershell: drop openssl_1_1 2023-05-30 07:23:31 +03:00
R. Ryantm
9190b1088d zsh-autocomplete: 23.05.02 -> 23.05.24 2023-05-27 17:08:16 +00:00
R. Ryantm
91dc753211 zsh-nix-shell: 0.6.0 -> 0.7.0 2023-05-27 08:13:31 +00:00
R. Ryantm
f7b88d263e murex: 4.1.5200 -> 4.1.6140 2023-05-25 03:33:03 +00:00
Nick Cao
6e454c55d9
Merge pull request #233634 from rogarb/update/oh-my-zsh
oh-my-zsh: 2023-04-21 -> 2023-05-23
2023-05-23 20:03:18 -06:00
Weijia Wang
48ea71d1b1
Merge pull request #230136 from r-ryantm/auto-update/zsh-autocomplete
zsh-autocomplete: 22.01.21 -> 23.05.02
2023-05-24 02:36:59 +03:00
rogarb
f5363e768c
oh-my-zsh: 2023-04-21 -> 2023-05-23 2023-05-23 17:04:05 +02:00
Weijia Wang
4a2a84f246 fishPlugins.fzf-fish: use script from unixtools 2023-05-22 16:43:01 +03:00
Mario Rodas
989f308564
Merge pull request #232936 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.13.3 -> 4.14.0
2023-05-20 08:16:26 -05:00
Nick Cao
486995ccc1
Merge pull request #232923 from figsoda/typos
treewide: fix some typos
2023-05-20 05:16:57 -06:00
R. Ryantm
6656ad785f spaceship-prompt: 4.13.3 -> 4.14.0 2023-05-20 04:03:29 +00:00
R. Ryantm
2f9545e335 murex: 3.1.3100 -> 4.1.5200 2023-05-20 02:49:29 +00:00
figsoda
98b9e41f61 pkgs: fix typos 2023-05-19 22:31:04 -04:00
happysalada
e5c8528b1c nushellPlugins.query: 0.79.0 -> 0.80.0 2023-05-19 09:04:53 -04:00
happysalada
fb6410b1c9 nushell: 0.79.0 -> 0.80.0 2023-05-18 11:46:56 -04:00
R. Ryantm
a6eb749c4e carapace: 0.24.4 -> 0.24.5 2023-05-18 04:23:23 +00:00
Mark Karpov
f56cdd0e2b
nushellPlugins.gstat: init 2023-05-17 11:41:32 +02:00
Albin Otterhäll
f9c764d2e8 oil: 0.14.2 -> 0.15.0 2023-05-10 12:13:00 +02:00
Rick van Schijndel
67486d98ab
Merge pull request #230011 from spwhitt/remove-spwhitt
Remove myself as maintainer
2023-05-06 16:38:40 +02:00
R. Ryantm
6dfe6cbf6b zsh-autocomplete: 22.01.21 -> 23.05.02 2023-05-05 15:36:44 +00:00
Spencer Whitt
21dbdb5d03 maintainers: remove spwhitt 2023-05-05 12:34:05 +00:00
Giorgio Gallo
c490096481 fishPlugins.sdkman-for-fish: init at 1.4.0
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-05 12:19:05 +02:00
R. Ryantm
50b86d1a3e zsh-forgit: 23.04.0 -> 23.05.0 2023-05-05 05:12:08 +00:00
Martin Weinelt
fb36a1da56 zsh-powerlevel10k: 1.17.0 -> 1.18.0
Diff: https://github.com/romkatv/powerlevel10k/compare/refs/tags/v1.17.0...v1.18.0

Changelog: https://github.com/romkatv/powerlevel10k/releases/tag/v1.18.0
2023-05-04 20:56:53 +02:00
Malo Bourgon
906025e445 fishPlugins.github-copilot-cli-fish: init at 0.1.33 2023-05-01 10:38:14 -07:00
happysalada
5f96b02564 nushellPlugins.query: fix build from broken hash 2023-04-27 23:45:20 -04:00
happysalada
c7063f1743 nuscripts: unstable-2023-03-16 -> unstable-2023-04-26 2023-04-27 23:45:20 -04:00
R. Ryantm
074b1277b9 loksh: 7.2 -> 7.3 2023-04-27 13:59:58 +00:00
Weijia Wang
8e59cf618f
Merge pull request #228455 from r-ryantm/auto-update/zsh-forgit
zsh-forgit: 23.03.0 -> 23.04.0
2023-04-27 14:10:51 +03:00
Sinkerine
fbd67ea6c1
zplug: update the output path (#228284)
* zplug: update the output path

This is a breaking change because the old behavior pollutes the nix profile root
dir with all files in https://github.com/zplug/zplug and needs to be fixed.

I created a corresponding PR in the home manager repo
https://github.com/nix-community/home-manager/pull/3922. For non HM users, they
will need to update their dependency on `${pkgs.zplug}/init.zsh` to `${pkgs.zplug}/share/zplug/init.zsh`.

* Only add necessary files to $out/share/zplug. Also add the zplug man pages

The LICENSE file is not in the 2.4.2 tag and there's not a release after that. I
would skip adding the license $out/licenses/zplug in this commit.

Reference: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zplug
2023-04-27 10:13:15 +02:00
R. Ryantm
eb4c0dca76 zsh-forgit: 23.03.0 -> 23.04.0 2023-04-27 05:01:18 +00:00
figsoda
304b0c534d
Merge pull request #228247 from r-ryantm/auto-update/zsh-nix-shell
zsh-nix-shell: 0.5.0 -> 0.6.0
2023-04-25 23:11:08 -04:00
R. Ryantm
6db9de6dbf zsh-nix-shell: 0.5.0 -> 0.6.0 2023-04-26 02:22:27 +00:00
Utkarsh Gupta
e9365c4a4c
nushell: 0.78.0 -> 0.79.0 2023-04-26 03:49:43 +05:30
R. Ryantm
f265ce9bb7 oksh: 7.2 -> 7.3 2023-04-25 16:51:14 +00:00
Anderson Torres
088941cc9d tcsh: 6.24.07 -> 6.24.10
Co-authored-by: Gabriel Arazas <foodogsquared@foodogsquared.one>
2023-04-22 11:48:25 -03:00
Nick Cao
2a3797a3d5
Merge pull request #227430 from Vonfry/update/fzf-tab
zsh-fzf-tab: unstable-2022-12-08 -> unstable-2023-05-19
2023-04-22 11:34:42 +08:00
Vonfry
888717888d
zsh-fzf-tab: unstable-2022-12-08 -> unstable-2023-05-19 2023-04-22 11:03:24 +08:00
R. Ryantm
9db6b0179f oh-my-zsh: 2023-03-28 -> 2023-04-21 2023-04-21 12:40:16 +00:00
R. Ryantm
6c3527d03f zsh-prezto: unstable-2023-01-31 -> unstable-2023-04-13 2023-04-20 02:41:17 +00:00
R. Ryantm
50018aff3e carapace: 0.24.1 -> 0.24.4 2023-04-19 05:44:21 +00:00
Sandro
980d7e66e6
Merge pull request #224606 from ocfox/wakatime.fish
fishPlugins.wakatime-fish: init at 0.0.3
2023-04-17 10:08:49 +02:00
Weijia Wang
63c7483850 hilbish: 2.1.0 -> 2.1.2 2023-04-15 19:54:56 +03:00
Scott Zhu Reeves
fe26557008 carapace: 0.23.0 -> 0.24.1
https://github.com/rsteube/carapace-bin/releases/tag/v0.24.0
https://github.com/rsteube/carapace-bin/releases/tag/v0.24.1
2023-04-11 06:08:32 -04:00
Guillaume Girol
ca9824645b
Merge pull request #224127 from star-szr/carapace--add-version
carapace: add ldflags for version
2023-04-09 16:59:17 +00:00
Nick Cao
0d3d2a2231
Merge pull request #224001 from NickCao/tcsh-cross
tcsh: fix cross compilation
2023-04-08 15:31:20 +08:00
happysalada
c617af9c05 nushellPlugins.query: init at 0.78.0 2023-04-06 09:30:34 -04:00
Mario Rodas
3385d2b389
Merge pull request #224698 from happysalada/update_nushell
nushell: 0.77.1 -> 0.78.0
2023-04-04 20:50:39 -05:00
Mario Rodas
cc5bde4085
Merge pull request #224617 from marsam/update-blesh
blesh: 2022-07-29 -> 0.3.4
2023-04-04 18:58:53 -05:00
happysalada
4b7d7154cd nushell: 0.77.1 -> 0.78.0 2023-04-04 18:59:25 -04:00
Kiran Ostrolenk
92dd06ae1d nu_scripts: init at unstable-2023-03-16 2023-04-04 16:14:22 -04:00
Martino Fontana
1f6987ce7e fishPlugins.forgit: unstable-2022-10-14 -> 23.04.0
Diff: 2872548075...23.04.0
2023-04-04 11:54:11 -04:00
Martino Fontana
4601687123 buildFishPlugin: check if any .fish file exists in source 2023-04-04 11:54:11 -04:00
ocfox
32f10b45f8
fishPlugins.wakatime-fish: init at 0.0.3 2023-04-04 17:06:12 +08:00
Mario Rodas
adcbb9f514 blesh: 2022-07-29 -> 0.3.4
https://github.com/akinomyoga/ble.sh/releases/tag/v0.3.4
2023-04-04 04:20:00 +00:00
natsukium
f95d6c4cc2
fishPlugins.fzf-fish: add natsukium to maintainers 2023-04-03 22:37:06 +09:00
natsukium
e00db8e1fe
fishPlugins.fzf-fish: 9.3 -> 9.7 2023-04-03 22:33:16 +09:00
Scott Zhu Reeves
0b39ed44dd carapace: add ldflags for version
With this change, `carapace --version` returns the correct version
rather than `develop`. I tested a binary downloaded from their releases
page and this is the correct format, there should not be a v prefix or
anything else.
2023-04-01 09:51:30 -04:00
Sandro
8fc1e68962
Merge pull request #220384 from Scrumplex/cool-fish-plugins 2023-04-01 02:04:33 +02:00
Nick Cao
18f4e2dc98
tcsh: drop outdated patch for musl 2023-03-31 10:16:07 +08:00
Nick Cao
6ae3b95f56
tcsh: fix cross compilation 2023-03-31 09:36:40 +08:00
Weijia Wang
6f95cdf44b
Merge pull request #223600 from r-ryantm/auto-update/carapace
carapace: 0.22.0 -> 0.23.0
2023-03-30 22:39:47 +03:00
R. Ryantm
68f3f0d535 oh-my-zsh: 2023-03-12 -> 2023-03-28 2023-03-29 17:09:38 +00:00
Lin Jian
43f45fe24f
zsh: fix the guard variable for /etc/set-environment
This guard variable is written to $out/etc/zshenv using
here-documents, so we need to escape it.
2023-03-29 13:51:26 +08:00
R. Ryantm
634b2fcf47 carapace: 0.22.0 -> 0.23.0 2023-03-28 17:47:21 +00:00
Bernardo Meurer
bd4e35e14a
Merge pull request #222002 from marsam/update-dash 2023-03-28 09:17:13 -03:00
Vladimír Čunát
92b37e5136
Merge #223108: fish: 3.6.0 -> 3.6.1 2023-03-26 15:30:48 +02:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Cole Helbling
75cf58e348 fish: disable flaky pexpect test on darwin 2023-03-25 13:03:48 -07:00
Cole Helbling
b27114d16b fish: 3.6.0 -> 3.6.1
https://github.com/fish-shell/fish-shell/releases/tag/3.6.1
2023-03-25 10:31:20 -07:00
K900
382c756097
Merge pull request #217205 from linj-fork/fix-zsh-set-env
zsh: set environment variables in zshenv instead of zprofile
2023-03-23 18:57:40 +03:00
R. Ryantm
b780344698 nushell: 0.77.0 -> 0.77.1 2023-03-22 22:34:04 +00:00
Anderson Torres
6477d7f0ea elvish: rewrite 2023-03-22 07:30:37 -03:00
Scott Reeves
69ddafed7b elvish: 0.18.0 -> 0.19.2
https://elv.sh/blog/0.19.1-release-notes.html

Packaging has changed and what was previously called a 'reproducible'
build is now called 'official' and these builds are generated using a
docker image: https://github.com/elves/elvish/blob/master/PACKAGING.md
2023-03-21 22:19:45 -03:00
Weijia Wang
0ddb1461ee
Merge pull request #207395 from r-ryantm/auto-update/grml-zsh-config
grml-zsh-config: 0.19.4 -> 0.19.5
2023-03-17 12:29:27 +02:00
Mario Rodas
22d7930c64 dash: 0.5.11.5 -> 0.5.12 2023-03-17 04:20:00 +00:00
Weijia Wang
c9a178c8b7
Merge pull request #221397 from r-ryantm/auto-update/oil
oil: 0.14.0 -> 0.14.2
2023-03-16 22:42:56 +02:00
R. Ryantm
c3c3f487cd oil: 0.14.0 -> 0.14.2 2023-03-16 00:19:11 +00:00
Weijia Wang
1df7332c72
Merge pull request #221161 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-03-06 -> 2023-03-12
2023-03-15 22:30:19 +02:00
Vladimír Čunát
a86610144f
Merge #219444: staging-next 2023-03-04 2023-03-15 17:35:39 +01:00
Adam Stephens
a26d5fbdef
nushell: 0.76.0 -> 0.77.0 2023-03-15 08:42:32 -04:00
github-actions[bot]
068a7415f8
Merge master into staging-next 2023-03-15 06:01:09 +00:00
R. Ryantm
1dc043677c spaceship-prompt: 4.13.2 -> 4.13.3 2023-03-15 04:15:03 +00:00
R. Ryantm
b19b513a93 oh-my-zsh: 2023-03-06 -> 2023-03-12 2023-03-14 12:13:53 +00:00
Martin Weinelt
6b67186fe9
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/crownstone-cloud/default.nix
- pkgs/development/python-modules/exrex/default.nix
- pkgs/development/python-modules/mkdocs-minify/default.nix
- pkgs/development/python-modules/myjwt/default.nix
- pkgs/development/tools/analysis/checkov/default.nix
2023-03-14 08:14:26 +01:00
Sefa Eyeoglu
48eb49b8ba
fishPlugins.bobthefisher: init at unstable-2023-03-09
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13 16:45:19 +01:00
Sefa Eyeoglu
fe1d5a7720
fishPlugins.bobthefish: init at unstable-2022-08-02
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13 16:45:18 +01:00
Sefa Eyeoglu
6b558b3df9
fishPlugins.z: init at unstable-2022-04-08
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13 16:44:53 +01:00
Sefa Eyeoglu
aec7857745
fishPlugins.humantime-fish: init at unstable-2022-04-08
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13 16:44:06 +01:00
Sefa Eyeoglu
196e9745e3
fishPlugins.fzf: init at unstable-2021-05-12
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13 16:44:06 +01:00
Lin Jian
8e2e741ab5
zsh: set environment variables in zshenv instead of zprofile
This patch fixes two issues:

1. The file in which environment variables are set is inconsistent.
  - This file sets them in zprofile when programs.zsh.enable is not
  set.
  - Zsh module sets them in zshenv when programs.zsh.enable is set.

2. Setting environment variables in zprofile overrides what users set
in .zshenv.  See these[1] home-manager[2] issues[3].

/etc/profile is also changed to /etc/set-environment. Here is a
comparison:

Using /etc/profile:
- Pros
  - config.environment.shellInit is sourced in all zsh
- Cons
  - config.environment.loginShellInit is also sourced in non-login zsh
  - config.programs.bash.shellInit is also sourced in all zsh
  - config.programs.bash.loginShellInit is also sourced in all zsh

Using /etc/set-environment:
- Pros
  - config.programs.bash.shellInit is not sourced in any zsh
  - config.programs.bash.loginShellInit is not sourced in any zsh
- Cons
  - config.environment.shellInit is not sourced in any zsh
  - config.environment.loginShellInit is not sourced in any zsh

[1]: https://github.com/nix-community/home-manager/issues/2751#issuecomment-1048682643
[2]: https://github.com/nix-community/home-manager/issues/2991
[3]: https://github.com/nix-community/home-manager/issues/3681#issuecomment-1436054233
2023-03-13 17:25:04 +08:00
figsoda
73f2151877 fishPlugins.async-prompt: init at 1.2.0 2023-03-12 19:34:36 -04:00
Vladimír Čunát
1dd94ad62f
Merge branch 'master' into staging-next 2023-03-12 09:06:28 +01:00
figsoda
b18978c3f3 fishPlugins.autopair: add figsoda as a maintainer 2023-03-10 13:11:08 -05:00
figsoda
fad7304030 fishPlugins.autopair-fish: remove in favor of fishPlugins.autopair 2023-03-10 13:11:08 -05:00
figsoda
678e2fe30e fishPlugins.autopair: 1.0.3 -> 1.0.4 2023-03-10 13:11:08 -05:00
Martin Weinelt
e3f019bb71 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-07 15:05:00 +01:00
R. Ryantm
68852fbe7c oh-my-zsh: 2023-03-04 -> 2023-03-06 2023-03-07 03:56:25 +00:00
github-actions[bot]
fa94414f70
Merge master into staging-next 2023-03-07 00:02:41 +00:00
Weijia Wang
447d6b9614
Merge pull request #219702 from r-ryantm/auto-update/carapace
carapace: 0.21.0 -> 0.22.0
2023-03-06 22:10:29 +02:00
R. Ryantm
8caf109c28 carapace: 0.21.0 -> 0.22.0 2023-03-05 16:26:07 +00:00
Martin Weinelt
8a085cd8e3 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-05 15:36:16 +01:00
R. Ryantm
f7bc732830 oh-my-zsh: 2023-03-01 -> 2023-03-04 2023-03-05 11:36:52 +00:00
Martin Weinelt
d0286ecd24 Merge remote-tracking branch 'origin/staging' into staging-next 2023-03-04 01:42:06 +00:00
Weijia Wang
d24cb3711e
Merge pull request #219224 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.13.1 -> 4.13.2
2023-03-03 22:04:51 +02:00
Weijia Wang
cc3cddc25f
Merge pull request #219278 from r-ryantm/auto-update/zsh-forgit
zsh-forgit: 23.02.0 -> 23.03.0
2023-03-03 21:47:48 +02:00
github-actions[bot]
a74c8d03ea
Merge staging-next into staging 2023-03-03 18:01:44 +00:00
Weijia Wang
f5ffd57877
Merge pull request #218030 from MangoIV/mangoiv/update-nushell
nushell: 0.75.0 -> 0.76.0
2023-03-03 16:15:45 +02:00
github-actions[bot]
595d55c8a9
Merge staging-next into staging 2023-03-03 12:01:44 +00:00
Mario Rodas
39a9b1897e
Merge pull request #219113 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-02-23 -> 2023-03-01
2023-03-03 06:32:29 -05:00
R. Ryantm
3937eb869a zsh-forgit: 23.02.0 -> 23.03.0 2023-03-03 00:50:48 +00:00
R. Ryantm
e367ea697b spaceship-prompt: 4.13.1 -> 4.13.2 2023-03-02 20:00:12 +00:00
github-actions[bot]
6c8444842c
Merge staging-next into staging 2023-03-02 12:02:00 +00:00
R. Ryantm
68fe9c3e3d oh-my-zsh: 2023-02-23 -> 2023-03-01 2023-03-02 04:22:05 +00:00
R. Ryantm
5c16cfc824 zimfw: 1.11.2 -> 1.11.3 2023-03-02 01:36:07 +00:00
Arthur Outhenin-Chalandre
6c53240915
zsh-f-sy-h: init at v1.67
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
2023-02-28 00:18:36 +01:00
Weijia Wang
ae27e61481
Merge pull request #211753 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2023-01-12 -> unstable-2023-01-31
2023-02-26 01:01:40 +02:00
Aaron Bieber
f8de38cc12
yash: 2.53 -> 2.54 2023-02-25 07:52:38 -07:00
Ryan Mulligan
ee3e8092a6
Merge pull request #218028 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-02-16 -> 2023-02-23
2023-02-24 11:08:03 -08:00
Matthew McMillan
32a93b58b2 fishPlugins.plugin-git: init at 0.1 2023-02-24 07:09:36 -08:00
mangoiv
2a42048c89
nushell: 0.75.0 -> 0.76.0
Bumped version for nushell
(release notes at https://www.nushell.sh/blog/2023-02-21-nushell_0_76.html);
changed the name of the settings such that it complies with the
current Cargo.toml; made it possible to apply additional cargo features
such as the dataframes feature, made it possible to skip checks to
avoid building and running the tests for derivations that modify
the cargo features
2023-02-24 14:54:44 +01:00
R. Ryantm
19d6a0cecb oh-my-zsh: 2023-02-16 -> 2023-02-23 2023-02-24 13:38:31 +00:00
Naïm Favier
9c4b6bbad4
Merge pull request #217876 from joedevivo/zimfw-init-fix
zimfw: fix generated init.zsh to use $out
2023-02-23 22:04:55 +01:00
Joe DeVivo
b348e7ef9f
zimfw: fix generated init.zsh to use $out 2023-02-23 09:59:14 -07:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Rebecca Turner
65fe5aba2e
nix-your-shell: 1.1.0 -> 1.1.1 2023-02-22 12:22:36 -08:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm
f8d68cd3fd zimfw: 1.11.1 -> 1.11.2 2023-02-21 04:11:33 +00:00
R. Ryantm
bab6f9f3a5 murex: 3.0.9310 -> 3.1.3100 2023-02-19 06:26:51 +00:00
Rebecca Turner
b32db566fe
nix-your-shell: 1.0.2 -> 1.1.0 2023-02-16 11:48:45 -08:00
Weijia Wang
ac1f5b72a9
Merge pull request #216662 from wegank/nushell-darwin
nushell: use newer libproc.h
2023-02-16 18:41:37 +01:00
Weijia Wang
453840daf1 nushell: use newer libproc.h 2023-02-16 17:50:14 +01:00
R. Ryantm
68329697a6 oh-my-zsh: 2023-02-05 -> 2023-02-16 2023-02-16 12:56:07 +00:00
Rebecca Turner
751f8617b3
nix-your-shell: 1.0.1 -> 1.0.2
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.0.2
2023-02-13 15:05:06 -08:00
Vladimír Čunát
f1f9ae6a3b
Merge #214010: staging-next 2023-02-01 2023-02-13 15:42:23 +01:00
R. Ryantm
d1dd7f8a8d hilbish: 2.0.1 -> 2.1.0 2023-02-12 21:03:36 +00:00
github-actions[bot]
87f957b5e2
Merge master into staging-next 2023-02-12 16:02:45 +00:00
Artturi
8ae71462d6
Merge pull request #215976 from SuperSandro2000/bash-static-passthru
bash: add pkgsStatic.bash to passthru
2023-02-12 17:21:17 +02:00
Sandro Jäckel
d5e55b8df9
bash: add pkgsStatic.bash to passthru
to prevent regressions on updates
2023-02-12 13:48:04 +01:00
github-actions[bot]
db256a18b5
Merge master into staging-next 2023-02-12 06:01:33 +00:00
figsoda
b71a0e4f1b
Merge pull request #215733 from 9999years/nix-your-shell
nix-your-shell: init at 1.0.1
2023-02-11 21:28:51 -05:00
Rebecca Turner
10cf86b635
nix-your-shell: init at 1.0.1
An `any-nix-shell` alternative with support for `nix develop` / flakes.

https://github.com/MercuryTechnologies/nix-your-shell
2023-02-11 18:01:01 -08:00
github-actions[bot]
cd4ded4f12
Merge master into staging-next 2023-02-11 12:01:14 +00:00
Weijia Wang
51f387beff nushell: fix build on x86_64-darwin 2023-02-11 09:04:08 +01:00
R. Ryantm
fc334fd76c zsh-prezto: unstable-2023-01-12 -> unstable-2023-01-31 2023-02-09 11:47:24 +00:00
Vladimír Čunát
3356399453
Merge branch 'master' into staging-next 2023-02-07 17:36:16 +01:00
R. Ryantm
7ce6fb77e8 zimfw: 1.11.0 -> 1.11.1 2023-02-07 13:12:19 +00:00
github-actions[bot]
5b5def96bc
Merge master into staging-next 2023-02-06 12:01:38 +00:00
R. Ryantm
d37ecf3523 oh-my-zsh: 2023-02-02 -> 2023-02-05 2023-02-06 08:12:43 +00:00
github-actions[bot]
cb231fb28d
Merge master into staging-next 2023-02-05 06:01:18 +00:00
Weijia Wang
032a386ee8
Merge pull request #214516 from r-ryantm/auto-update/zsh-forgit
zsh-forgit: 23.01.0 -> 23.02.0
2023-02-05 04:23:05 +01:00
github-actions[bot]
bc833a50cc
Merge master into staging-next 2023-02-05 00:02:31 +00:00
R. Ryantm
647ec19a60 nushell: 0.74.0 -> 0.75.0 2023-02-05 00:18:48 +01:00
R. Ryantm
58ac9e054e zsh-forgit: 23.01.0 -> 23.02.0 2023-02-04 09:28:47 +00:00
github-actions[bot]
41d7ce1517
Merge master into staging-next 2023-02-03 06:01:30 +00:00
Nick Cao
1e50c524d8
Merge pull request #214144 from onny/fishgrc-fix
fishPlugins.grc: fix system wide installation
2023-02-03 10:10:46 +08:00
Fugi
8236410735
agdsn-zsh-config: init at 0.6.0 2023-02-03 02:19:15 +01:00
github-actions[bot]
61687cbd42
Merge master into staging-next 2023-02-03 00:02:29 +00:00
R. Ryantm
b653c21cd1 oh-my-zsh: 2023-01-26 -> 2023-02-02 2023-02-02 22:19:35 +00:00
Jonas Heinrich
2c07b94b02 fishPlugins.grc: fix system wide installation 2023-02-02 10:20:30 +01:00
github-actions[bot]
ba176ec75c
Merge staging-next into staging 2023-02-01 06:01:40 +00:00
Martin Weinelt
6e54a31efb
Merge pull request #213839 from r-ryantm/auto-update/carapace
carapace: 0.20.2 -> 0.21.0
2023-02-01 01:39:15 +00:00
R. Ryantm
cb0e6935af carapace: 0.20.2 -> 0.21.0 2023-01-31 19:58:54 +00:00
zowoq
978eeec74c nix-zsh-completions: 0.4.4 -> unstable-2023-01-30
upstream has removed nix command completion

https://github.com/nix-community/nix-zsh-completions/compare/0.4.4...6a1bfc024481bdba568f2ced65e02f3a359a7692
2023-01-31 08:24:01 +10:00
github-actions[bot]
7ea63a1440
Merge staging-next into staging 2023-01-30 06:01:52 +00:00
Weijia Wang
84eed3e542
Merge pull request #212764 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-01-17 -> 2023-01-26
2023-01-30 03:47:22 +01:00
Alyssa Ross
c9a88f969d bash: add debug info 2023-01-29 10:47:01 +00:00
github-actions[bot]
1b9455b894
Merge staging-next into staging 2023-01-29 00:03:07 +00:00
Martin Weinelt
44533f5954
zsh-powerlevel10k: 1.16.1 -> 1.17.0
https://github.com/romkatv/powerlevel10k/releases/tag/v1.17.0
https://github.com/romkatv/gitstatus/releases/tag/v1.5.4
2023-01-28 20:32:39 +01:00
Thomas Gerbet
e49997b90c
Merge pull request #212891 from abathur/oil_0.14.0
oil: 0.12.9 -> 0.14.0
2023-01-28 20:22:39 +01:00
Mario Rodas
fb510e2312 blesh: fix pname 2023-01-28 04:20:00 +00:00
Martin Weinelt
4d96ea81a4 Merge remote-tracking branch 'origin/staging-next' into staging 2023-01-27 23:50:50 +01:00
Silvan Mosberger
0346f6a9e3
Merge pull request #212336 from nixpkgs-architecture/some-nix-file-deps
{documentation-highlighter,zsh-clipboard}: Remove dependency on Nix files
2023-01-27 20:35:27 +01:00
github-actions[bot]
e11b11e738
Merge staging-next into staging 2023-01-27 12:01:56 +00:00
R. Ryantm
607af43f1b oh-my-zsh: 2023-01-17 -> 2023-01-26 2023-01-27 08:46:36 +00:00
Travis A. Everett
5eb7be8566 oil: 0.12.9 -> 0.14.0 2023-01-26 21:40:13 -06:00
Sandro
a417fae3df
Merge pull request #208360 from Quantenzitrone/puffer
closes https://github.com/NixOS/nixpkgs/pull/164764
2023-01-27 01:18:11 +01:00
github-actions[bot]
5c74f3f8e5
Merge staging-next into staging 2023-01-26 06:02:08 +00:00
Silvan Mosberger
ebc0798e95 zsh-clipboard: Make independent of Nix file
This way, changing the Nix file won't change the derivation
2023-01-25 16:12:43 +01:00
Anselm Schüler
1b87e1bb7c powershell: 7.2.4 -> 7.3.2
also fix powershell/getHashses.sh script
2023-01-24 21:58:52 +01:00
github-actions[bot]
ae71dd9dc7
Merge staging-next into staging 2023-01-23 18:01:51 +00:00
Alyssa Ross
e049b85910 bash: apply static fix unconditionally
To ease maintenance.
2023-01-23 15:59:25 +00:00
Weijia Wang
3af326d047
Merge pull request #209653 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.20.4 -> 1.21.0
2023-01-23 16:57:35 +01:00
Nick Cao
3a05880758
Merge pull request #211944 from r-ryantm/auto-update/murex
murex: 2.11.2200 -> 3.0.9310
2023-01-22 16:41:04 +08:00
R. Ryantm
41ccb69087 murex: 2.11.2200 -> 3.0.9310 2023-01-21 14:49:40 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
5ace114066 carapace: 0.19.1 -> 0.20.2 2023-01-20 13:21:20 +08:00
figsoda
c892f72f1a ion: unstable-2021-05-10 -> unstable-2022-11-27
Diff: 1170b84587...3bb8966fc9
2023-01-18 20:06:51 -05:00
R. Ryantm
ec2ccd96fb oh-my-zsh: 2023-01-09 -> 2023-01-17 2023-01-17 13:27:26 +00:00
Jörg Thalheim
42cbbdd326
Merge pull request #210670 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2022-10-26 -> unstable-2023-01-12
2023-01-16 01:30:37 +01:00
Vonfry
1ef83f9b11
zsh-fzf-tab: unstable-2022-10-15 -> unstable-2022-12-08 2023-01-15 16:00:54 +08:00
R. Ryantm
c11069da37 zsh-prezto: unstable-2022-10-26 -> unstable-2023-01-12 2023-01-14 10:03:30 +00:00
Alyssa Ross
be0d0f2905 pkgsStatic.bash: fix build
Link: https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00000.html
2023-01-13 13:12:40 +00:00
Martin Weinelt
5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
figsoda
ce7916401d
Merge pull request #210370 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.12.0 -> 4.13.1
2023-01-12 13:08:04 -05:00
Naïm Favier
16941b18c2
Merge pull request #208919 from joedevivo/zimfw 2023-01-12 16:10:24 +01:00
R. Ryantm
f767028160 spaceship-prompt: 4.12.0 -> 4.13.1 2023-01-12 14:53:34 +00:00
Aidan Gauland
71c0ce962e
nushell: 0.73.0 -> 0.74.0 2023-01-12 16:00:58 +13:00
R. RyanTM
b53f7b3cfe
oh-my-zsh: 2022-11-08 -> 2023-01-09 (#210105) 2023-01-11 16:38:01 -05:00
Joe DeVivo
288a8815e0
zimfw: init at 1.11.0 2023-01-11 07:40:11 -07:00
Martin Weinelt
2895576165 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 15:37:38 +01:00
R. Ryantm
daef14ab64 carapace: 0.18.1 -> 0.19.1 2023-01-11 22:04:31 +08:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Sandro
79562c9aa1
Merge pull request #209307 from deejayem/zsh-forgit-23.01.0 2023-01-10 13:20:00 +01:00
github-actions[bot]
33aa224777
Merge master into staging-next 2023-01-09 18:01:24 +00:00
Jamie Magee
bceec86123 fish: 3.5.1 -> 3.6.0
https://github.com/fish-shell/fish-shell/releases/tag/3.6.0
2023-01-09 06:37:09 -08:00
Martin Weinelt
4d65509504 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-08 16:34:30 +01:00