Merge pull request #92 from lf-/patch-1

Fix typo
This commit is contained in:
Domen Kožar 2021-07-24 07:40:31 +02:00 committed by GitHub
commit 15f2339be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ inputs:
skipPush:
description: 'Set to true to disable pushing build results to the cache'
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:
description: 'Override the default cachix installation method'
branding: