nixide/nixide-sys/include/nix-flake.h

11 lines
154 B
C
Raw Normal View History

2026-03-28 11:57:13 +10:00
#ifndef NIXIDE_FLAKE
#define NIXIDE_FLAKE
2026-04-02 23:38:34 +10:00
// #include <nix_api_flake_internal.hh>
// Nix C API for flake support.
//
#include <nix_api_flake.h>
2026-03-28 11:57:13 +10:00
#endif