Expand description
caixa-flake — flake.lisp, the tatara-lisp expression of a Nix flake.
Two modes:
- Transpile (default now):
flake.lisp→flake.nixat build time. Full Nix-ecosystem interop. - Direct eval (future):
suievaluatesflake.lispnatively 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"))))Re-exports§
pub use flake::FlakeInput;pub use flake::FlakeLisp;pub use flake::FlakeOutput;pub use flake::FlakePackage;pub use render::render_flake_nix;