Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T01:48:56.822Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

flake.nix

15 lines · 620 B · text
1{
2  description = "Private inputs for development purposes. These are used by the top level flake in the `dev` partition, but do not appear in consumers' lock files.";
3
4  inputs = {
5    treefmt-nix.url = "github:numtide/treefmt-nix";
6    # Pinned to a nixpkgs revision that packages mdBook 0.4.40, the version the
7    # docs require (see `crates/docs_preprocessor/Cargo.toml`). Newer mdBook
8    # releases break the docs' double-nested subdirectories.
9    nixpkgs-mdbook.url = "github:NixOS/nixpkgs/6ecabf9e3f617aeec1a23a27d0080cab066a9d5b";
10  };
11
12  # This flake is only used for its inputs.
13  outputs = { ... }: { };
14}
15
Served at tenant.openagents/omega Member data and write actions are omitted.