8 lines
113 B
C
8 lines
113 B
C
#ifndef NIXIDE_FLAKE
|
|
#define NIXIDE_FLAKE
|
|
|
|
// Nix C API for flake support.
|
|
//
|
|
#include <nix_api_flake.h>
|
|
|
|
#endif
|