1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-13 14:02:42 +01:00

Issue #15 is finished

This commit is contained in:
Nick Van den Broeck 2019-03-10 07:05:05 +01:00
parent e007f367bd
commit 5e4d92d267
6 changed files with 136 additions and 15 deletions

View file

@ -44,7 +44,7 @@ struct GitRepoCommand : virtual Args
}
};
struct FlakeCommand : virtual Args, StoreCommand, MixEvalArgs
struct FlakeCommand : virtual Args
{
std::string flakeUri;