From fa4733fce5e473901ccb5dfd08593c861a4e1f0e Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 3 Feb 2023 14:53:40 -0500 Subject: Split out `InstallableFlake` and `InstallableAttrPath` --- src/nix/develop.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nix/develop.cc') diff --git a/src/nix/develop.cc b/src/nix/develop.cc index 16bbd8613..9d07a7a85 100644 --- a/src/nix/develop.cc +++ b/src/nix/develop.cc @@ -1,5 +1,6 @@ #include "eval.hh" #include "command.hh" +#include "installable-flake.hh" #include "common-args.hh" #include "shared.hh" #include "store-api.hh" -- cgit v1.2.3