fix(nix): don't use /dev/tty in hash update actions (#836)

This commit is contained in:
Weathercold
2025-12-29 02:09:25 +08:00
committed by GitHub
parent bb705d040c
commit 498eb0d2ce
7 changed files with 248 additions and 126 deletions
+12 -14
View File
@@ -1,3 +1,6 @@
catalogMode: prefer
shellEmulator: true
packages:
- packages/**
- plugins/**
@@ -7,6 +10,15 @@ packages:
- apps/**
- '!**/dist/**'
overrides:
array-flatten: npm:@nolyfill/array-flatten@^1.0.44
axios: npm:feaxios@^0.0.23
is-core-module: npm:@nolyfill/is-core-module@^1.0.39
isarray: npm:@nolyfill/isarray@^1.0.44
safe-buffer: npm:@nolyfill/safe-buffer@^1.0.44
safer-buffer: npm:@nolyfill/safer-buffer@^1.0.44
side-channel: npm:@nolyfill/side-channel@^1.0.44
string.prototype.matchall: npm:@nolyfill/string.prototype.matchall@^1.0.44
catalog:
'@guiiai/logg': ^1.2.11
'@moeru/eslint-config': 0.1.0-beta.14
@@ -36,8 +48,6 @@ catalog:
unplugin-info: 1.2.4
xsschema: ^0.4.0-beta.12
catalogMode: prefer
catalogs:
rolldown-vite:
vite: npm:rolldown-vite@^7.3.0
@@ -66,15 +76,3 @@ onlyBuiltDependencies:
- spawn-sync
- utf-8-validate
- vue-demi
overrides:
array-flatten: npm:@nolyfill/array-flatten@^1.0.44
axios: npm:feaxios@^0.0.23
is-core-module: npm:@nolyfill/is-core-module@^1.0.39
isarray: npm:@nolyfill/isarray@^1.0.44
safe-buffer: npm:@nolyfill/safe-buffer@^1.0.44
safer-buffer: npm:@nolyfill/safer-buffer@^1.0.44
side-channel: npm:@nolyfill/side-channel@^1.0.44
string.prototype.matchall: npm:@nolyfill/string.prototype.matchall@^1.0.44
shellEmulator: true