An open API service indexing awesome lists of open source software.

https://github.com/thomasvitale/arconia-cli-flake


https://github.com/thomasvitale/arconia-cli-flake

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Arconia CLI - Nix Flake

A [Nix Flake](https://nixos.wiki/wiki/flakes) to install the [Arconia CLI](https://arconia.io/docs/arconia-cli/latest/index.html) in your Nix-based environment.

## How to use it

### Nix

Using [Nix](https://zero-to-nix.com/concepts/nix/), you can install the Arconia CLI as follows:

```shell
nix profile install github:thomasvitale/arconia-cli-flake
```

### Flox

Using [Flox](https://flox.dev), you can install the Arconia CLI in your development environment as follows:

```shell
flox install github:thomasvitale/arconia-cli-flake
```

## How to build it

Using [nix](https://zero-to-nix.com/concepts/nix/), you can build the flake and generate a lock file. Whenever the flake is updated with a new version of Arconia CLI, this command needs to be run again.

```shell
nix build --extra-experimental-features flakes --extra-experimental-features nix-command
```