https://github.com/thomasvitale/arconia-cli-flake
https://github.com/thomasvitale/arconia-cli-flake
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasvitale/arconia-cli-flake
- Owner: ThomasVitale
- License: apache-2.0
- Created: 2025-05-01T20:20:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T05:47:17.000Z (5 months ago)
- Last Synced: 2025-05-08T02:54:28.304Z (5 months ago)
- Language: Nix
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```