nix flake check: Ignore legacyPackages

This commit is contained in:
Eelco Dolstra
2019-06-18 09:45:14 +02:00
parent f2fcc163fa
commit 556f33422d
+4
View File
@@ -365,6 +365,10 @@ struct CmdFlakeCheck : FlakeCommand, MixJSON
else if (name == "defaultApp")
checkApp(name, vProvide);
else if (name == "legacyPackages")
// FIXME: do getDerivations?
;
else
warn("unknown flake output '%s'", name);