1.2 KiB
1.2 KiB
title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
Getting Started Guide | A quick guide to getting started with installing and using Auxolotl. | true | 2024-05-05T17:53:54.448Z | installation, tutorial | markdown | 2024-05-05T15:44:03.224Z |
Getting Started With Auxolotl
There are a few ways you can get started with Aux:
- I want to install the full distribution.
- I want to convert my existing NixOS install to Auxolotl
- I just want to install the Aux package manager and command-line tool.
Installing the Aux command-line tool
Open a terminal and run this command to install Aux:
$ TODO
Verify the installation by running this command:
$ TODO
Converting NixOS to Aux
If you have an existing NixOS installation and want to convert it to use Aux, all you need to do is change your nixpkgs
input to use the Auxolotl nixpkgs repository.
Open your flake.nix
file and change the following line:
nixpkgs.url = "github:NixOS/nixpkgs/nixos-<release>";
to:
nixpkgs.url = "github:auxolotl/nixpkgs/nixos-<release>";
Installing the Aux distribution
==TODO==