aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yae.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/yae.go b/yae.go
index 351e987..03dd3c0 100644
--- a/yae.go
+++ b/yae.go
@@ -156,12 +156,6 @@ func main() {
Args: true,
Usage: "Update one or all sources",
ArgsUsage: "[name]",
- Flags: []cli.Flag{
- &cli.BoolFlag{
- Name: "unpack",
- Usage: "Unpack the source into the Nix Store",
- },
- },
Action: func(c *cli.Context) error {
if c.Args().Len() == 0 {
for key, value := range sources {