You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `skipPush` | Set to `true` to only pull from cache without pushing any build results | | `false` |
65
-
| `useDaemon` | Use Cachix daemon mode to push store paths as they're built via post-build hooks. See [Push modes](#push-modes) for more information | | `true` |
66
-
| `pathsToPush` | Whitespace-separated list of specific store paths to push. Leave empty to push all build results | | |
67
-
| `pushFilter` | Regular expression to exclude derivations from pushing, for example `"(-source$ \| nixpkgs\.tar\.gz$)"`. Ignored if `pathsToPush` is set. Warning: paths may still be pushed if they are part of another path's closure | |
| `skipPush` | Set to `true` to only pull from the cache without pushing any build results | | `false` |
65
+
| `useDaemon` | Use Cachix daemon mode to push store paths as they're built via post-build hooks. See [Push modes](#push-modes) for more information | | `true` |
66
+
| `pathsToPush` | Whitespace-separated list of specific store paths to push. Leave empty to push all build results | | |
67
+
| `pushFilter` | Regular expression to exclude derivations from being pushed, for example `"(-source$ \| nixpkgs\.tar\.gz$)"`. Ignored if `pathsToPush` is set. Warning: paths may still be pushed if they are part of another path's closure | |
Copy file name to clipboardExpand all lines: action.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,19 @@ inputs:
13
13
authToken:
14
14
description: "Authentication token for Cachix, required for private cache access or to push to any cache"
15
15
signingKey:
16
-
description: "Private signing key for self-signed caches, used in addition to auth token to sign store paths"
16
+
description: "Private signing key for self-signed caches, used in addition to the auth token to sign store paths"
17
17
18
18
# Push Configuration
19
19
skipPush:
20
-
description: "Set to true to only pull from cache without pushing any build results"
20
+
description: "Set to true to only pull from the cache without pushing any build results"
21
21
default: "false"
22
22
useDaemon:
23
23
description: "Use Cachix daemon mode to push store paths as they're built via post-build hooks. See Push modes in README for more information"
24
24
default: "true"
25
25
pathsToPush:
26
26
description: "Whitespace-separated list of specific store paths to push. Leave empty to push all build results"
27
27
pushFilter:
28
-
description: "Regular expression to exclude derivations from pushing, for example \"(-source$|nixpkgs\\.tar\\.gz$)\". Ignored if pathsToPush is set. Warning: paths may still be pushed if they are part of another path's closure."
28
+
description: "Regular expression to exclude derivations from being pushed, for example \"(-source$|nixpkgs\\.tar\\.gz$)\". Ignored if pathsToPush is set. Warning: paths may still be pushed if they are part of another path's closure."
0 commit comments