diff options
| author | Fuwn <[email protected]> | 2024-10-11 05:17:29 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 05:17:29 +0000 |
| commit | fc9d344d043971897f040fd629233fa97626751f (patch) | |
| tree | d0564628bb056b612c2ab1e1060d175f839a40f6 /yae.go | |
| parent | feat(yae): add init sub-command (diff) | |
| download | yae-fc9d344d043971897f040fd629233fa97626751f.tar.xz yae-fc9d344d043971897f040fd629233fa97626751f.zip | |
feat(yae): unpack by default
Diffstat (limited to 'yae.go')
| -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 { |