mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
9 lines
138 B
C++
9 lines
138 B
C++
#pragma once
|
|
|
|
#include "ref.hh"
|
|
#include "flake/settings.hh"
|
|
|
|
struct nix_flake_settings
|
|
{
|
|
nix::ref<nix::flake::Settings> settings;
|
|
};
|