diff options
| -rw-r--r-- | yae.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |