aboutsummaryrefslogtreecommitdiff
path: root/yae.go
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-11 05:17:29 +0000
committerFuwn <[email protected]>2024-10-11 05:17:29 +0000
commitfc9d344d043971897f040fd629233fa97626751f (patch)
treed0564628bb056b612c2ab1e1060d175f839a40f6 /yae.go
parentfeat(yae): add init sub-command (diff)
downloadyae-fc9d344d043971897f040fd629233fa97626751f.tar.xz
yae-fc9d344d043971897f040fd629233fa97626751f.zip
feat(yae): unpack by default
Diffstat (limited to 'yae.go')
-rw-r--r--yae.go1
1 files changed, 1 insertions, 0 deletions
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 {