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:
commit
664f06c94c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue