mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Merge pull request #12836 from NixOS/component-in-header-path
Expose the nix component in header include paths
This commit is contained in:
commit
7a6570a11c
647 changed files with 2566 additions and 2568 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "nix/config-global.hh"
|
||||
#include "nix/primops.hh"
|
||||
#include "nix/util/config-global.hh"
|
||||
#include "nix/expr/primops.hh"
|
||||
|
||||
using namespace nix;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "nix/globals.hh"
|
||||
#include "nix/store-api.hh"
|
||||
#include "nix/build-result.hh"
|
||||
#include "nix/store/globals.hh"
|
||||
#include "nix/store/store-api.hh"
|
||||
#include "nix/store/build-result.hh"
|
||||
#include <iostream>
|
||||
|
||||
using namespace nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue