nix/profile.cc: Fix header include path
This wasn't caught by CI for aea312dae3
due to weird componentized build reasons.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "nix/util/archive.hh"
|
||||
#include "nix/store/builtins/buildenv.hh"
|
||||
#include "nix/flake/flakeref.hh"
|
||||
#include "../nix-env/user-env.hh"
|
||||
#include "nix-env/user-env.hh"
|
||||
#include "nix/store/profiles.hh"
|
||||
#include "nix/store/names.hh"
|
||||
#include "nix/util/url.hh"
|
||||
|
||||
Reference in New Issue
Block a user