mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
Improve incremental build
This commit is contained in:
parent
aecf07b1d6
commit
ba66455636
4 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "args.hh"
|
||||
#include "primops/flake.hh"
|
||||
#include "common-eval-args.hh"
|
||||
#include <optional>
|
||||
|
||||
|
|
@ -48,7 +47,7 @@ struct GitRepoCommand : virtual Args
|
|||
|
||||
struct FlakeCommand : virtual Args
|
||||
{
|
||||
FlakeUri flakeUri;
|
||||
std::string flakeUri;
|
||||
|
||||
FlakeCommand()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue