chore(ci): Remove CI concurrency group & small fixes (#1758)

## Description

<!-- Please insert your description here and especially provide info
about the "what" this PR is solving -->

It has no effect. The actions are run in parallel anyway. They have been
previously updated to not fail when run in parallel.

## Linked Issues

<!-- Optional, if you have any -->

## Additional Context

<!-- e.g. is there anything you'd like reviewers to focus on? -->
This commit is contained in:
Weathercold
2026-05-04 06:37:35 +08:00
committed by GitHub
parent ca722f69b7
commit d9dd2862e9
7 changed files with 18 additions and 17 deletions
+7 -4
View File
@@ -1,8 +1,10 @@
{
lib,
stdenvNoCC,
fetchPnpmDeps,
pnpm,
pnpm_10,
pnpmConfigHook,
cacert,
gitMinimal,
@@ -24,9 +26,9 @@ stdenvNoCC.mkDerivation (final: {
!isEditorMetadataDirectory;
};
pnpmDeps = pnpm.fetchDeps {
pnpmDeps = fetchPnpmDeps {
inherit (final) pname version src;
fetcherVersion = 2;
fetcherVersion = 3;
hash = builtins.readFile ./pnpm-deps-hash.txt;
};
@@ -39,7 +41,8 @@ stdenvNoCC.mkDerivation (final: {
cacert # For network request
gitMinimal # For unplugin-info
nodejs
pnpm.configHook
pnpm_10
pnpmConfigHook
];
buildPhase = ''
+4 -2
View File
@@ -6,7 +6,8 @@
makeDesktopItem,
makeWrapper,
gitMinimal,
pnpm,
pnpm_10,
pnpmConfigHook,
asar,
electron,
@@ -20,7 +21,8 @@
makeWrapper
gitMinimal
nodejs
pnpm.configHook
pnpm_10
pnpmConfigHook
];
desktopItems = [