aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r--src/nix/command.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh
index a5ae56fb9..5d0c0c82c 100644
--- a/src/nix/command.hh
+++ b/src/nix/command.hh
@@ -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()
{