1
0
liminix/pkgs/anoia
2025-03-25 23:47:01 +00:00
..
example-output/.outputs svc.open accepts a /nix/store folder not an outputs folder 2025-03-11 00:21:44 +00:00
net add anoia.net.constants for SOCK_{STREAM,DGRAM} etc 2024-04-26 16:43:09 +01:00
assert.fnl use assert macros in anoia/init.fnl 2024-12-11 17:25:39 +00:00
default.nix nixfmt-rfc-style 2025-02-10 21:55:08 +00:00
fs.fnl use assert macros in anoia/init.fnl 2024-12-11 17:25:39 +00:00
init.fnl anoia: make dirname handle tralning / like posix 2025-03-24 22:37:24 +00:00
Makefile anoia: make dirname handle tralning / like posix 2025-03-24 22:37:24 +00:00
nl.fnl fix ifwait deps 2024-03-16 20:16:49 +00:00
process.fnl fennel anoia.process.spawn 2024-09-06 00:11:33 +01:00
README fennel: extract some common functions into a shareable module 2023-07-05 20:23:27 +01:00
run-tests.fnl missed adding this 2024-08-28 20:56:52 +01:00
svc.fnl add svc:directory, mostly for use in debugging messages 2025-03-25 23:47:01 +00:00
test-nl.fnl add anoia.nl, a convenience wrapper on netlink 2024-03-06 23:19:47 +00:00
test-svc.fnl anoia.svc allow writing outputs 2024-08-08 11:37:50 +01:00
test.fnl package anoia assert macros and point fennelrepl at them 2024-04-20 14:59:14 +01:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

In Terry Pratchett's Discworld novels, Anoi is a minor goddess of Things That Stick In Drawers

> Often, but not uniquely, a ladle, but sometimes a metal spatula or,
> rarely, a mechanical egg-whisk that nobody in the house admits to
> ever buying. The desperate mad rattling and cries of How can it
> close on the damn thing but not open with it? Who bought this? Do we
> ever use it? is as praise unto Anoia. She also eats corkscrews.

This is a library of miscellaneous Fennel code used in Liminix that is
shared between various scripts but doesn't really fit together. It is
not a public stable interface - while any Liminix code is welcome to
use it, it's suject to reshuffle, rearrangement, refactor or rejection
without notice.