Commit Graph

2247 Commits

Author SHA1 Message Date
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
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
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