mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
Implemented --flake flag for nix build
Also fixed Eelco's PR comments
This commit is contained in:
parent
6542de98c2
commit
d4ee8afd59
8 changed files with 111 additions and 28 deletions
|
|
@ -26,13 +26,6 @@ private:
|
|||
std::shared_ptr<Store> _store;
|
||||
};
|
||||
|
||||
struct JsonFormattable : virtual Command
|
||||
{
|
||||
bool jsonFormatting = false;;
|
||||
|
||||
JsonFormattable();
|
||||
};
|
||||
|
||||
struct Buildable
|
||||
{
|
||||
Path drvPath; // may be empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue