Skip to content

Commit

Permalink
nix flake check: Ignore legacyPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 18, 2019
1 parent f2fcc16 commit 556f334
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nix/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 556f334

Please sign in to comment.