From ef2bde92ead8cc9f9a8eaaa574425cab4666a542 Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 9 Jan 2024 21:36:00 +0000 Subject: [PATCH] daemon: enable the daemon by default --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index b9fc8b14..abc2cc9b 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,7 @@ inputs: description: 'Set to true to skip adding cachix cache as a substitute' useDaemon: description: "Push store paths to the cache as they're built with the Cachix Daemon" + default: true cachixBin: description: 'Provide a custom path to the cachix binary' installCommand: