Skip to content

anna328p/index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

743 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

index

Antithesis tested

Index

index builds ready-to-run VM images from NixOS modules. Every image targets x86_64 Linux and ships as an OCI archive.

Use it for runnable images and reusable service modules.

Quick Check

nix build .#minecraft
nix run .#lint

The first image build may be slow while Nix realizes the image closure. Later rebuilds reuse cached store paths from the local Nix store and configured substituters.

What Is Here

  • images/ contains runnable systems.
  • modules/ contains opt-in NixOS service modules.
  • examples/ contains standalone consumer fleets, including a daily Python scraper.
  • packages/ contains repo-owned tools such as llm-clippy.
  • lib/ contains the shared helper API used by the repo and consumers.

Bad Fit If

You need aarch64 images, FreeBSD, or a sealed appliance with almost no operator tooling. This repo is tuned for ix VM workflows on x86_64 Linux.

Feedback

Bug reports and enhancement requests go to GitHub Issues. Security reports follow SECURITY.md. Code changes land through pull requests against the main branch; see CONTRIBUTING.md for local setup, coding standards, and commit conventions.

Contributor Notes

See AGENTS.md and CONTRIBUTING.md when you're ready to dig in.

About

ix-owned NixOS and image composition inputs

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Nix 40.1%
  • Rust 35.1%
  • Python 8.2%
  • Svelte 4.6%
  • TypeScript 3.0%
  • Lua 2.3%
  • Other 6.7%