1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

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:
Sergei Zimmerman 2025-08-06 11:01:34 +03:00
parent fd6e383a63
commit 68f61d3fcf
No known key found for this signature in database

View file

@ -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"