disnix icon indicating copy to clipboard operation
disnix copied to clipboard

Disnix: A Nix-based distributed service deployment tool

Results 13 disnix issues
Sort by recently updated
recently updated
newest added

It seems like a pretty FAQ-ish thing, and I'd put it in the readme or the docbook.

I've read through the documentation, but there's a part I don't understand. When using NixOS by itself, in order to have services run and be enabled, I usually have to...

fix implicit function declaration ```console nixxml-generate-env.c:97:9: error: call to undeclared library function 'free' with type 'void (void *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] free(array);...