Skip to content

flakestry/flakestry.dev

Repository files navigation

A public registry of Nix flakes aiming to supersede search.nixos.org.

Built using elm.land and FastAPI.

Maintainers: @domenkozar.

Development

  1. Install direnv

  2. Install devenv

    nix profile install --accept-flake-config tarball+https://install.devenv.sh/latest
  3. Load the development environment:

    direnv allow
  4. Generate the Elm API:

    devenv shell generate-elm-api
  5. Start the development server:

    devenv up

Roadmap