Merge pull request #55 from DeterminateSystems/make-source-binary-optional

Make the source-binary setting optional
This commit is contained in:
Luc Perkins 2024-05-22 18:18:51 -03:00 committed by GitHub
commit a3a3df437a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ inputs:
source-binary:
description: Run a version of the cache binary from somewhere already on disk. Conflicts with all other `source-*` options.
required: false
source-branch:
description: The branch of `magic-nix-cache` to use. Conflicts with all other `source-*` options.
required: false