mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 02:09:36 +01:00
Split out a new libnixflake
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
52730d38e2
commit
0084a486cc
23 changed files with 153 additions and 52 deletions
14
src/libflake/flake-settings.cc
Normal file
14
src/libflake/flake-settings.cc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include "flake-settings.hh"
|
||||
#include "config-global.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
FlakeSettings::FlakeSettings()
|
||||
{
|
||||
}
|
||||
|
||||
FlakeSettings flakeSettings;
|
||||
|
||||
static GlobalConfig::Register rFlakeSettings(&flakeSettings);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue