This commit is contained in:
Jade 2021-07-23 21:40:34 -07:00 committed by GitHub
commit b3312bba9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ inputs:
skipPush: skipPush:
description: 'Set to true to disable pushing build results to the cache' description: 'Set to true to disable pushing build results to the cache'
pushFilter: pushFilter:
description: 'Regular expression to exclude derivations for the cache push, for example "(-source$|nixpkgs\.tar\.gz$)". Warning: this filter doet not guarantee it will not get pushed in case the path is part of the closure of something that will get pushed.' description: '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.'
installCommand: installCommand:
description: 'Override the default cachix installation method' description: 'Override the default cachix installation method'
branding: branding: