Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

0.9.25

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 14:15
· 50 commits to main since this release

Changelog

Fleek will now use the value of FLEEK_HOST_OVERRIDE as the hostname when calculating which flake to apply to the current system.

This allows you to have a single shared definitions for ephemeral machines that all share the same attributes (OS/architecture), for example in automated development environments.

Set FLEEK_HOST_OVERRIDE to the name of the system definition you wish to declare/use before running Fleek.

export FLEEK_HOST_OVERRIDE=ubuntuvm
fleek join git@github.com:YOU/fleek

Features

Others

  • 2c8d302 chore: bump version 0.9.25