summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0e2bf47c..5314d259 100644
--- a/flake.nix
+++ b/flake.nix
@@ -56,7 +56,7 @@
'';
GEN_ARTIFACTS = "artifacts";
- TYPST_VERSION = "${(importTOML ./cli/Cargo.toml).package.version} (${rev "unknown hash"})";
+ TYPST_VERSION = "${(importTOML ./Cargo.toml).package.version} (${rev "unknown hash"})";
};
in
{