Skip to content

asimov-platform/nix-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Nix Flake for ASIMOV Platform

This repository provides a Nix flake for the ASIMOV Platform, delivering the asimov-cli tool as a Nix package.

Prerequisites

  • 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

Configuration

Firstly, register this flake in your local Nix registry for easier use

nix registry add asimov-cli github:asimov-platform/nix-flake

Installation

Install asimov-cli

nix profile install asimov-cli#default --no-write-lock-file

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages