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

13 lines
215 B
C
Raw Normal View History

2026-03-28 11:57:13 +10:00
#ifndef NIXIDE_FETCHERS
#define NIXIDE_FETCHERS
// Nix C API for fetcher operations.
//
#include <nix_api_fetchers.h>
2026-03-28 11:57:13 +10:00
2026-04-10 11:51:27 +10:00
// Nixide C API extensions for fetcher operations.
//
#include <nixide_api_fetchers.h>
2026-03-28 11:57:13 +10:00
#endif