nixthon COMMAND

Table of Contents

Commands:

  • check: Check if nix is installed and available.
  • init: Initialize a nixthon project by creating a shell.nix file in the specified directory.
  • run: Run a command inside nix-shell.

nixthon check

nixthon check

Check if nix is installed and available.

nixthon run

nixthon run CMD

Run a command inside nix-shell.

Parameters:

  • CMD, --cmd, --empty-cmd: [required]

nixthon init

nixthon init [ARGS]

Initialize a nixthon project by creating a shell.nix file in the specified directory.

Parameters:

  • PROJECT-PATH, --project-path: [default: /home/runner/work/nixthon/nixthon]