This repository provides a Nix flake for the ASIMOV Platform, delivering the asimov-cli tool as a Nix package.
-
Nix with experimental features enabled (flakes support).
Run the following command to enable flakes:mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
Firstly, register this flake in your local Nix registry for easier use
nix registry add asimov-cli github:asimov-platform/nix-flake
Install asimov-cli
nix profile install asimov-cli#default --no-write-lock-file