1
1
Fork 0
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:
Eelco Dolstra 2019-04-16 14:10:05 +02:00
parent aecf07b1d6
commit ba66455636
4 changed files with 5 additions and 2 deletions

View file

@ -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()
{