From fc9d344d043971897f040fd629233fa97626751f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 11 Oct 2024 05:17:29 +0000 Subject: feat(yae): unpack by default --- yae.go | 1 + 1 file changed, 1 insertion(+) diff --git a/yae.go b/yae.go index 5c6cd79..3917a86 100644 --- a/yae.go +++ b/yae.go @@ -66,6 +66,7 @@ func main() { &cli.BoolFlag{ Name: "unpack", Usage: "Unpack the source into the Nix Store", + Value: true, }, }, Action: func(c *cli.Context) error { -- cgit v1.2.3