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

Merge pull request #13699 from xokdvium/fix-dev-shell-build

nix/profile.cc: Fix header include path
This commit is contained in:
Sergei Zimmerman 2025-08-06 13:31:06 +03:00 committed by GitHub
commit 664f06c94c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
#include "nix/util/archive.hh" #include "nix/util/archive.hh"
#include "nix/store/builtins/buildenv.hh" #include "nix/store/builtins/buildenv.hh"
#include "nix/flake/flakeref.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/profiles.hh"
#include "nix/store/names.hh" #include "nix/store/names.hh"
#include "nix/util/url.hh" #include "nix/util/url.hh"