Skip to repository content15 lines · 620 B · text
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T00:35:05.600Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
flake.nix
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