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:
+7
-4
@@ -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
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user