From aa6fdc8caea3f084802f93a979e6925b8ab13164 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 30 Jan 2024 15:21:48 -0600 Subject: [PATCH] fix typo from styx migration --- README.md | 2 +- oizys/oizys.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5b14e5..06e3dbd 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ oizys [opts] options: -h|--help show this help --host hostname (current host) - -f|--flake path to flake ($FLAKE_PATH or $HOME/styx) + -f|--flake path to flake ($FLAKE_PATH or $HOME/oizys) -c|--cache name of cachix binary cache (daylin) --no-nom don't use nix-output-monitor ``` diff --git a/oizys/oizys.nim b/oizys/oizys.nim index 35e1f19..5ba6db6 100644 --- a/oizys/oizys.nim +++ b/oizys/oizys.nim @@ -100,7 +100,7 @@ oizys [opts] options: -h|--help show this help --host hostname (current host) - -f|--flake path to flake ($FLAKE_PATH or $HOME/styx) + -f|--flake path to flake ($FLAKE_PATH or $HOME/oizys) -c|--cache name of cachix binary cache (daylin) --no-nom don't use nix-output-monitor """