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
description: 'nix-build with the help of caching to Cachix'
3
-
author: 'Domen Kožar'
1
+
name: "Cachix"
2
+
description: "nix-build with the help of caching to Cachix"
3
+
author: "Domen Kožar"
4
4
inputs:
5
5
name:
6
-
description: 'Name of a cachix cache to push and pull/substitute'
6
+
description: "Name of a cachix cache to push and pull/substitute"
7
7
required: true
8
8
extraPullNames:
9
-
description: 'Comma-separated list of names for extra cachix caches to pull/substitute'
9
+
description: "Comma-separated list of names for extra cachix caches to pull/substitute"
10
10
authToken:
11
-
description: 'Authentication token for Cachix, needed for private cache access or to push using an Auth Token'
11
+
description: "Authentication token for Cachix, needed for private cache access or to push using an Auth Token"
12
12
signingKey:
13
-
description: 'Signing key secret retrieved after creating binary cache on https://cachix.org'
13
+
description: "Signing key secret retrieved after creating binary cache on https://cachix.org"
14
14
skipPush:
15
-
description: 'Set to true to disable pushing build results to the cache'
16
-
default: 'false'
15
+
description: "Set to true to disable pushing build results to the cache"
16
+
default: "false"
17
17
pathsToPush:
18
-
description: 'Whitespace-separated list of paths to push. Leave empty to push every build result.'
18
+
description: "Whitespace-separated list of paths to push. Leave empty to push every build result."
19
19
pushFilter:
20
20
description: 'Ignored if pathsToPush is set. Regular expression to exclude derivations for the cache push, for example "(-source$|nixpkgs\.tar\.gz$)". Warning: this filter does not guarantee it will not get pushed in case the path is part of the closure of something that will get pushed.'
21
21
cachixArgs:
22
-
description: 'Extra command-line arguments to pass to cachix. If empty, defaults to -j8'
22
+
description: "Extra command-line arguments to pass to cachix. If empty, defaults to -j8"
23
23
skipAddingSubstituter:
24
-
description: 'Set to true to skip adding cachix cache as a substitute'
25
-
default: 'false'
24
+
description: "Set to true to skip adding cachix cache as a substitute"
25
+
default: "false"
26
26
useDaemon:
27
27
description: "Push store paths to the cache as they're built with the Cachix Daemon"
28
-
default: 'true'
28
+
default: "true"
29
29
cachixBin:
30
-
description: 'Provide a custom path to the cachix binary'
30
+
description: "Provide a custom path to the cachix binary"
31
31
installCommand:
32
-
description: 'Override the default cachix installation method'
32
+
description: "Override the default cachix installation method"
0 commit comments