Commit Graph

21 Commits

Author SHA1 Message Date
Tom McLaughlin
b3a52ba7bd bash-language-server: nodejs -> nodejs-slim to reduce closure size 2026-05-18 15:53:40 -07:00
Sefa Eyeoglu
65b04e5fb8 treewide: migrate to fetchPnpmDeps and pnpmConfigHook
This moves all packages to the new top-level attributes introduced
previously.

This doesn't cause any rebuilds.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Gutyina Gergő
a3ac7f4d63 bash-language-server: move to pnpm.fetchDeps fetcherVersion 3 2025-12-14 19:15:29 +01:00
Gutyina Gergő
b32bb54834 treewide: set CI=true for pnpm prune
In a recent PNPM version `pnpm prune` started creating a confirmation
prompt which was automatically denied, as there was no TTY.
Adding CI environment variable will make sure there are no prompts.
2025-09-17 13:41:02 +02:00
André Silva
334be8b2b6 bash-language-server: remove deletion of nonexistent file 2025-07-18 14:03:35 +01:00
Sefa Eyeoglu
a8c9a2aa3e treewide: adjust pnpm.fetchDeps parameter order
It is more common to specify hash as the last attribute of fetcher
function args. Let's move fetcherVersion right above hash for all
occurrences.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-07-15 15:09:16 +02:00
Gutyina Gergő
fd61e1c200 pnpm.fetchDeps: introduce versioning 2025-07-14 11:50:27 +02:00
Gutyina Gergő
32a1066961 bash-language-server: add meta.changelog and maintainer gepbird 2025-06-19 14:52:25 +02:00
Gutyina Gergő
32d89fb618 bash-language-server: refactor 2025-06-19 14:33:32 +02:00
Gutyina Gergő
c38f7a2581 bash-language-server: remove unnecessary and non-deterministic files 2025-06-19 14:26:46 +02:00
Gutyina Gergő
3cdf71710d bash-language-server: 5.4.0 -> 5.6.0 2025-06-19 12:33:43 +02:00
Philip Taron
22b88ba79d treewide: adjust meta descriptions to avoid definite or indefinite articles
This patch was produced in Vim by me, a human being. All errors are the fault of the operator. I did try to be careful.

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
Co-authored-by: dotlambda <nix@dotlambda.de>
2025-06-05 11:04:25 -07:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Pyrox
42fb6465a1 bash-language-server: pnpmWorkspace -> pnpmWorkspaces 2024-10-24 15:37:30 -04:00
Sandro Jäckel
611e7e1752 bash-language-server: only deploy prod dependencies 2024-10-19 01:48:27 +02:00
Christian Kögler
f327119de8 bash-language-server: allow user to override shellcheck 2024-08-10 23:04:56 +02:00
Christian Kögler
d1e42ebf09 bash-language-server: fix build phase 2024-08-10 23:04:56 +02:00
Christian Kögler
3c0b4d62a1 bash-language-server: add version test 2024-08-10 22:47:31 +02:00
Doron Behar
a48987f2a3 bash-language-server: use pnpmWorkspace 2024-08-05 18:36:54 +03:00
Marie Ramlow
91a7822b04 bash-language-server: add shellcheck to path 2024-06-14 22:59:48 +02:00
Doron Behar
43f62ef3d0 bash-language-server: use pnpm.fetchDeps instead of node2nix 2024-06-13 12:11:32 +03:00