Commit Graph

12794 Commits

Author SHA1 Message Date
superherointj
90f000a74d vscode-extensions.jnoortheen.nix-ide: 0.2.2 -> 0.3.1 2024-04-11 15:38:43 -03:00
superherointj
004258bf15
Merge pull request #289721 from FraGag/vscode-extension-sourceroot
vscode-utils: Set the sourceRoot attribute on vscode extensions
2024-04-11 15:34:22 -03:00
Pol Dellaiera
dcb8f305ff
vscode-extensions.coder.coder-remote: 0.1.18 -> 0.1.36 2024-04-11 17:40:53 +02:00
Pol Dellaiera
118bca639e
Merge pull request #302857 from Enter-tainer/mgt/typst-preview-v0.11.4
typst-preview: 0.11.2 -> 0.11.4
2024-04-11 10:36:28 +02:00
ners
f3410e6f4e jetbrains.plugins: update 2024-04-11 10:05:13 +02:00
ners
991b1cdaff jetbrains.{clion,rider}: 2023.3.4 -> 2024.1.1
jetbrains.clion: 2023.3.4 -> 2024.1
jetbrains.datagrip: 2024.1 -> 2024.1.1
jetbrains.rider: 2023.3.4 -> 2024.1
2024-04-11 10:05:13 +02:00
Pol Dellaiera
38d5073d56
vscode-extensions.mgt19937.typst-preview: 0.11.1 -> 0.11.4 2024-04-11 09:24:05 +02:00
superherointj
ab631a7f60 vscode-extensions.signageos.signageos-vscode-sops: init 0.9.1
Release: https://github.com/signageos/vscode-sops/releases/tag/v0.9.1
2024-04-10 17:36:31 -03:00
Matthieu Coudron
c4e89ef905 vimPluginGenTags: fix echoed string
to match the actual role
2024-04-10 22:33:30 +02:00
Thomas Watson
0355aaa7d2 quartus-prime-lite: add option to disable Questa simulator
Saves ~5GB of closure size and eliminates dependency on 32 bit
libraries.
2024-04-10 19:27:03 +02:00
Thomas Watson
4d46279ad9 quartus-prime-lite: make usable under emulation 2024-04-10 19:27:03 +02:00
Thomas Watson
a4f75867ee quartus-prime-lite: add more qsys requirements
Needed on certain systems and for certain SoC designs.
2024-04-10 19:27:03 +02:00
R. Ryantm
d8481306a1 vscodium: 1.87.2.24072 -> 1.88.0.24096 2024-04-10 21:44:11 +08:00
Aleksana
250855f6b6
Merge pull request #285278 from Pyxels/vimPlugins.gruvbox-baby/init
vimPlugins.gruvbox-baby: init at 2024-01-25
2024-04-10 20:44:51 +08:00
Michael Stone
d0415e5734 vscode-extensions.vadimcn.vscode-lldb: fix on Darwin
Summary:

  vscode-lldb has been broken on Darwin due to a build-time issue:

    * on Darwin, the vscode-lldb build scripts expect $HOME to exist and be
      writable, #202507

  and several runtime-issues:

    * codelldb can't find its dynamic libraries (#160874)

    * lldb-server from nixpkgs doesn't work due to missing the

        "com.apple.security.cs.debugger"

      macOS codesigning entitlement, (#38624), also with the symptom that
      tccd, the macOS "Transparency, Consent, and Control" daemon, denies
      requests it receives from vscode/codium with log messages like:

	  "AUTHREQ_CTX: msgID=..., function=<private>, service=kTCCServiceDeveloperTool, preflight=yes, query=1,"
          "Service kTCCServiceDeveloperTool does not allow prompting; returning denied."
          "AUTHREQ_RESULT: msgID=..., authValue=0, authReason=5, authVersion=1, error=(null),", etc.

    * lldb-server from nixpkgs may also provide a different CLI interface than
      codelldb expects on macOS.

    * vscode-lldb directs lldb to load rust pretty-printing scripts which need
      to be preserved through the build process in nixpkgs

Solution:

  * The build problem can be fixed by setting HOME="$(pwd)/home", as suggested
    in #202507.

  * The dynamic libraries issue can be fixed by setting LD_LIBRARY_PATH while
    wrapping codelldb

  * The permissions issue and CLI interface issue can both be fixed by using
    Xcode's debugserver,

      /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources/debugserver

    on macOS, since it has the required entitlement and the expected interface.

  * Finally, the script-loading issue can be fixed by copying the required
    scripts to the location that vscode-lldb expects to find them in.

Fixes:

  * #148946: Error failed to get reply to handshake packet on x86_64-darwin
    with vscode-extensions.vadimcn.vscode-lldb

  * #160874: codelldb inside of vscode-lldb extension doesn't work

  * #202507: vscode-extensions.vadimcn.vscode-lldb fails to build on aarch64-darwin
2024-04-10 11:08:45 +02:00
Harsh Shandilya
67e3feca97 androidStudioPackages.canary: 2024.1.1.1 -> 2024.1.1.2 2024-04-10 11:59:34 +05:30
Harsh Shandilya
d2edee149f androidStudioPackages.beta: 2023.2.1.15 -> 2023.2.1.27 2024-04-10 11:59:34 +05:30
Harsh Shandilya
ffc7c4d4ed androidStudioPackages.stable: 2023.2.1.24 -> 2023.2.1.25 2024-04-10 11:59:33 +05:30
Weijia Wang
5d60da0079
Merge pull request #302865 from jfchevrette/ms-python-fix-script
vscode-extensions.ms-python: fix update script
2024-04-09 21:14:48 +02:00
Leona Maroni
f79388571c
Merge pull request #301635 from rjandev/update-jetbrains
jetbrains: update versions
2024-04-09 19:01:16 +02:00
Jean-Francois Chevrette
4a6cf08699 vscode-extensions.ms-python: fix update script 2024-04-09 12:57:32 -04:00
Mathew Polzin
9733446b77 vimPlugins.idris2-nvim: init at 2023-09-05 2024-04-09 17:50:34 +02:00
Aleksana
d316b8227f
Merge pull request #302623 from kas2020-commits/patch-1
helix: remove wrapper
2024-04-09 22:25:00 +08:00
github-actions[bot]
5571d9244c
Merge staging-next into staging 2024-04-09 12:01:50 +00:00
Aleksana
485722f5d9
Merge pull request #299442 from tertsdiepraam/vscode-extensions-ayu
vscode-extensions.teabyii.ayu: init at 1.0.5
2024-04-09 19:15:08 +08:00
Aleksana
b54377d5fa
Merge pull request #301913 from aikooo7/add-persisted.nvim
vimPlugins.persisted-nvim: init at 2024-04-04
2024-04-09 17:47:37 +08:00
Weijia Wang
da8d8be40c Merge branch 'staging-next' into staging 2024-04-09 08:36:18 +02:00
Weijia Wang
3f59355d84 Merge branch 'staging-next' into staging 2024-04-09 08:26:23 +02:00
Tristan Ross
b1ef46706f
llvmPackages_9: remove due to age 2024-04-08 22:39:53 -07:00
Karem Abdul-Samad
525dc0535f
helix: prefer env over shell export 2024-04-08 16:50:29 -04:00
Karem Abdul-Samad
96d53e4b65
helix: remove wrapper
Wrapper is no longer needed since https://github.com/helix-editor/helix/pull/8610. Instead, export static default runtime location at build-time to bake it in.
2024-04-08 13:22:35 -04:00
Aleksana
204c2b4b95
Merge pull request #302472 from r-ryantm/auto-update/openvi
openvi: 7.4.27 -> 7.5.28
2024-04-08 17:38:25 +08:00
R. Ryantm
6e5a0136cf openvi: 7.4.27 -> 7.5.28 2024-04-08 01:44:11 +00:00
Weijia Wang
daf0f68eb0
Merge pull request #302403 from wegank/wily-darwin
wily: fix build on darwin
2024-04-08 02:40:44 +02:00
Weijia Wang
adfc606560 wily: fix build on darwin 2024-04-07 20:41:47 +02:00
Philipp Joram
294245f750 haskellPackages.Agda: Split outputs to reduce closure size
After enabling a separate binary output for the `Agda` Haskell package,
the new `bin` output measures ~100MiB, compared to the ~4.5GiB before.
Using it in `agdaWithPackages` reduces the closure size of an Agda
installation from ~5GiB to ~3GiB.  The remaining space is taken up
mostly by the GHC backend.

With this change, derivations depending on `haskellPackages.Agda`
directly need to pick the right (binary) output.  This concerns in
particular `emacsPackages.agda2-mode`.
2024-04-07 16:36:57 +03:00
Pol Dellaiera
a92a7918e0
Merge pull request #302085 from NixOS/tinymist/bump/0-11-3
tinymist: 0.11.1 -> 0.11.3
2024-04-07 13:49:17 +02:00
Pol Dellaiera
f8063b12f4
vscode-extensions.myriad-dreamin.tinymist: 0.11.1 -> 0.11.3 2024-04-07 11:50:21 +02:00
edef
8f46851a9a
Merge pull request #300592 from deviant/update-kakoune-lsp
kakoune-lsp: 15.0.1 -> 16.0.0
2024-04-07 01:20:19 +00:00
github-actions[bot]
c3b3326391
Merge staging-next into staging 2024-04-06 00:02:50 +00:00
V
3cce2022ec vscode-extensions.ms-vsliveshare.vsliveshare: 1.0.5900 -> 1.0.5918
In addition, this cleans up the package, and enables it on platforms
other than x86_64-linux (which had been supported for a while).

Change-Id: I4e61973222af3eb74b69d6fd08f211815c30b4c6
2024-04-06 01:25:14 +02:00
V
710ddf0ba9 vscode-extensions.*: use hash attribute for SRI hashes
This is a purely syntactical change and should not result in the
recompilation of any packages.

Change-Id: I07adad25402eb0cc84307cab80b74225a11df81d
2024-04-05 23:38:06 +02:00
V
d9d0e40aeb vscode-utils: allow hash to be used in mktplcRef
SRI hashes are the new standard throughout Nixpkgs. Although `sha256`
can be set to an SRI hash, it would be better to start using the generic
attribute everywhere instead.

Change-Id: Ie4fdd1e8bf7082d2d73802253c9aec45f99b1b96
2024-04-05 23:23:44 +02:00
aikooo7
30cf86a536
vimPlugins.persisted-nvim: init at 2024-04-04 2024-04-05 19:37:39 +00:00
github-actions[bot]
882e0f27d3
Merge staging-next into staging 2024-04-05 18:01:27 +00:00
superherointj
dbfeb69196
Merge pull request #301796 from TomaSajt/uiua
uiua: 0.9.5 -> 0.10.0
2024-04-05 11:48:59 -03:00
Max Niederman
3cf2378527
vscode-extensions.julialang.language-julia: init at 1.75.2 (#281264)
* vscode-extensions.julialang.language-julia: init at 1.75.2

* vscode-extensions.julialang.language-julia: improve description

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-04-05 10:55:37 -03:00
Bobby Rong
92c4362182
Merge pull request #301684 from samuela/upkeep-bot/vscode-1.88.0-1712276968
vscode: 1.87.2 -> 1.88.0
2024-04-05 20:36:10 +08:00
github-actions[bot]
caf9b7e92b
Merge staging-next into staging 2024-04-05 12:02:18 +00:00
Gaetan Lepage
9ba5c06790 vimPlugins.nvim-dap-ui: add dependencies nvim-dap and nvim-nio 2024-04-05 13:25:55 +02:00
superherointj
6fac54e5b8
Merge pull request #261740 from rhoriguchi/vscode-extensions
vscode-extensions: add 2 extensions
2024-04-05 07:51:04 -03:00
TomaSajt
658c0ab10f
vscode-extensions.uiua-lang.uiua-vscode: 0.0.39 -> 0.0.42 2024-04-05 12:28:09 +02:00
Aleksana
433b839ab9
Merge pull request #300636 from gungun974/vim-matchtag
vimPlugins.vim-matchtag: init at 2022-06-24
2024-04-05 18:07:30 +08:00
Jan Tojnar
67aa9259ec sublime4-dev: 4168 → 4173 2024-04-05 09:23:05 +02:00
Jan Tojnar
eb7298e58b sublime4,sublime-merge: Use --replace-fail
Also split the substitute call for legibility.
2024-04-05 09:23:05 +02:00
Jan Tojnar
86c02994a0 sublime4: remove bash replacement
Sublime 4050 already used `/usr/bin/env bash` in `exec.py` without any issue.
2024-04-05 09:23:05 +02:00
Jan Tojnar
e2d93cb47e sublime4,sublime-merge: format with nixpkgs-fmt 2024-04-05 09:23:05 +02:00
nixpkgs-upkeep-bot
226ac329cf vscode: 1.87.2 -> 1.88.0 2024-04-05 00:29:29 +00:00
Jan Riedel
676aeada57
jetbrains.gateway: add libgcc to fix build 2024-04-04 23:51:30 +02:00
Jan Riedel
41e0d7f95f
jetbrains.plugins: update 2024-04-04 23:51:29 +02:00
Jan Riedel
54332d9495
jetbrains: 2023.3 EAP -> 2024.1
jetbrains.datagrip: 2023.3.4 -> 2024.1
jetbrains.dataspell: 2023.3.5 -> 2024.1
jetbrains.gateway: 2023.3.4 -> 2024.1
jetbrains.goland: 2023.3.6 -> 2024.1
jetbrains.idea-community: 2023.3.6 -> 2024.1
jetbrains.idea-ultimate: 2023.3.6 -> 2024.1
jetbrains.phpstorm: 2023.3.6 -> 2024.1
jetbrains.pycharm-community: 2023.3.5 -> 2024.1
jetbrains.pycharm-professional: 2023.3.5 -> 2024.1
jetbrains.ruby-mine: 2023.3.6 -> 2024.1
jetbrains.rust-rover: 2023.3 EAP -> 2023.3 EAP
jetbrains.webstorm: 2023.3.6 -> 2024.1
2024-04-04 23:51:27 +02:00
Ryan Horiguchi
6c5c83340b vscode-extensions.zainchen.json: init at 2.0.2 2024-04-04 23:38:26 +02:00
Ryan Horiguchi
79361ff673 vscode-extensions.cameron.vscode-pytest: init at 0.1.1 2024-04-04 23:37:51 +02:00
github-actions[bot]
f6827a0d19
Merge staging-next into staging 2024-04-04 18:01:53 +00:00
superherointj
c01da0588e
Merge pull request #300948 from Raroh73/update/vscode-extensions.timonwong.shellcheck
vscode-extensions.timonwong.shellcheck: 0.26.3 -> 0.37.0
2024-04-04 10:58:58 -03:00
Nick Cao
5a00290df4
Merge pull request #301377 from msfjarvis/hs/android-studio
androidStudioPackages.{beta, canary}: update to latest releases
2024-04-04 09:19:16 -04:00
Raroh73
07ec8b2b42
vscode-extensions.timonwong.shellcheck: 0.26.3 -> 0.37.0 2024-04-04 14:42:59 +02:00
github-actions[bot]
71f1268051
Merge staging-next into staging 2024-04-04 12:01:39 +00:00
tim
ed607387c4
vscode-extensions.ms-vscode.test-adapter-converter: init at 0.1.9 (#300670)
* vscode-extensions.ms-vscode.test-adapter-converter: init at 0.1.9

* vscode-extensions.ms-vscode.test-adapter-converter: fix meta.description

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-04-04 08:52:17 -03:00
Harsh Shandilya
645597b12f androidStudioPackages.canary: 2023.3.2 Canary 2 -> 2024.1.1 Canary 3 2024-04-04 04:56:39 +05:30
Harsh Shandilya
fa0fb82383 androidStudioPackages.beta: 2023.3.1.1 Beta 1 -> 2023.3.1.1 Beta 2 2024-04-04 04:56:39 +05:30
Gaetan Lepage
fd1ffe1df8 vimPlugins.nvim-treesitter: update grammars 2024-04-04 00:22:06 +02:00
Gaetan Lepage
2e62ec8ecf vimPlugins: resolve github repository redirects 2024-04-04 00:22:06 +02:00
Gaetan Lepage
d1efa17b6a vimPlugins: update on 2024-04-03 2024-04-04 00:22:06 +02:00
Gaetan Lepage
614c6c9752 vimPlugins.neotest: add vimPlugins.nvim-nio dependency 2024-04-04 00:17:08 +02:00
Gaetan Lepage
3591445929 vimPlugins.nvim-nio: init at 2024-04-02 2024-04-04 00:17:08 +02:00
github-actions[bot]
df6e9ac330
Merge staging-next into staging 2024-04-03 18:01:37 +00:00
éclairevoyant
d9b2bc7827
Merge pull request #281479 from kirillrdy/rider
jetbrains.rider: fix build on aarch64-linux
2024-04-03 12:32:52 -04:00
superherointj
707f07ea12
Merge pull request #298390 from ttschnz/master
vscode-extensions.hbenl.vscode-test-explorer: init at 2.21.1
2024-04-03 11:47:03 -03:00
Daniel
deef0a9d5f vimPlugins.cmp_yanky: Added homepage 2024-04-03 15:49:00 +02:00
Daniel
b4c207c41d vimPlugins.cmp_yanky: init at 2023-11-16 2024-04-03 15:49:00 +02:00
Svl
e113e8197a vimPlugins.competitest-nvim: init at 2024-01-23
add nvimRequireCheck to competitest-nvim
2024-04-03 15:47:55 +02:00
Tim T.
7ab1a0dd45 vscode-extensions.hbenl.vscode-test-explorer: init at 2.21.1 2024-04-03 12:09:49 +02:00
Gungun974
1f7af9aada
vimPlugins.vim-matchtag: init at 2022-06-24 2024-04-03 07:56:48 +04:00
github-actions[bot]
fef3e5b690
Merge staging-next into staging 2024-04-03 00:02:45 +00:00
Janne Heß
af69be669f
treewide: Rename nixfmt to nixfmt-classic (#300468)
* treewide: Rename nixfmt to nixfmt-classic

* Update pkgs/top-level/aliases.nix

Co-authored-by: Silvan Mosberger <github@infinisil.com>

---------

Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-04-02 20:47:13 +02:00
annalee
6fe5877a49
Merge remote-tracking branch 'upstream/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/colorcet/default.nix
2024-04-02 18:11:12 +00:00
Matthieu Coudron
ba7745c4de
Merge pull request #300900 from GaetanLepage/vim-plugins-update
vimPlugins: update on 2024-04-02
2024-04-02 14:53:34 +02:00
github-actions[bot]
44f4ca9ce4
Merge staging-next into staging 2024-04-02 12:02:57 +00:00
Gaetan Lepage
752e4a36d8 vimPlugins.nvim-treesitter: update grammars 2024-04-02 10:47:30 +02:00
Gaetan Lepage
3356010f1e vimPlugins: resolve github repository redirects 2024-04-02 10:47:30 +02:00
Gaetan Lepage
636254d20b vimPlugins: update on 2024-04-02 2024-04-02 10:47:30 +02:00
Pol Dellaiera
227de4c35b
vscode-extensions.bmewburn.vscode-intelephense-client: 1.10.2 -> 1.10.4 2024-04-02 08:28:56 +02:00
github-actions[bot]
6c56d2db74
Merge staging-next into staging 2024-04-02 00:02:54 +00:00
Vladimír Čunát
5476cea489
Merge #298548: staging-next 2024-03-24 2024-04-01 22:49:19 +02:00
Gaetan Lepage
700db686fd vimPlugins.vim-godot: init at 2024-02-17 2024-04-01 21:41:31 +02:00
github-actions[bot]
0156d8b951
Merge staging-next into staging 2024-04-01 18:01:27 +00:00
github-actions[bot]
ef44d46775
Merge master into staging-next 2024-04-01 18:00:59 +00:00
Julien Malka
d4f44d1cb1
Merge pull request #300705 from JulienMalka/official-wiki 2024-04-01 18:59:20 +02:00
Julien Malka
7d4b7ac4df
treewide: point wiki links to official wiki 2024-04-01 16:26:00 +02:00