Quick start

Installation

curl --proto '=https' --tlsv1.2 -sSf \
    -L https://install.determinate.systems/nix \
    | sh -s -- install

Project initialization

  • Initialize a new environment
mkdir my-project && cd my-project

git init

nix run github:imincik/geospatial-nix.env/latest#geonixcli -- init

git add *

Configuration

Usage

  • Launch shell environment
nix run .#geonixcli -- shell
  • Launch services
nix run .#geonixcli -- up
  • Run in container
nix run .#geonixcli -- container shell
docker run --rm -it shell:latest
  • Show other commands
nix run .#geonixcli -- --help