aboutsummaryrefslogtreecommitdiff
path: root/src/nix/develop.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-01-10 11:27:19 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-01-10 11:27:19 -0500
commitda64f026dd7b12d72ffbc15752e8b95707fa1f9f (patch)
tree80c63ff92aba1820e0f70845efcba0a190ef4838 /src/nix/develop.cc
parent1c98daf6e8bdf771ed3b17c947384fef4ed8d006 (diff)
Make clear that `StorePathWithOutputs` is a deprecated type
- Add a comment - Put `OutputsSpec` in a different header (First part of #6815) - Make a few stray uses of it in new code use `DerivedPath` instead.
Diffstat (limited to 'src/nix/develop.cc')
-rw-r--r--src/nix/develop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/develop.cc b/src/nix/develop.cc
index 1d90d1dac..6aa675386 100644
--- a/src/nix/develop.cc
+++ b/src/nix/develop.cc
@@ -3,7 +3,7 @@
#include "common-args.hh"
#include "shared.hh"
#include "store-api.hh"
-#include "path-with-outputs.hh"
+#include "outputs-spec.hh"
#include "derivations.hh"
#include "progress-bar.hh"
#include "run.hh"