caixa-flake 0.1.15

flake.lisp — tatara-lisp expression of a Nix flake, with transpile-to-flake.nix for full Nix ecosystem interop.
Documentation

caixa-flakeflake.lisp, the tatara-lisp expression of a Nix flake.

Two modes:

  1. Transpile (default now): flake.lispflake.nix at build time. Full Nix-ecosystem interop.
  2. Direct eval (future): sui evaluates flake.lisp natively once sui's nixpkgs coverage catches up.

Authoring surface:

(defflake
  :descricao "pangea-tatara-aws"
  :entradas ((:nome "nixpkgs" :url "github:nixos/nixpkgs?ref=nixos-unstable")
             (:nome "substrate" :url "github:pleme-io/substrate"))
  :saidas (:pacotes ((:nome "default" :src ".")
                     (:nome "teste" :src "./spec"))))