summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGleb Smirnov <54807745+liferooter@users.noreply.github.com>2023-05-04 10:49:55 +0300
committerGitHub <noreply@github.com>2023-05-04 09:49:55 +0200
commit6ad14f55d5a1b5ffef567bf1d63bb2956551bed9 (patch)
treec3a2db8508bc4c449ca04dfbde353b8629c7d259 /flake.nix
parentf88ef45ee6e285df59c7aa5cec935de331b4b6e0 (diff)
Extract version for Nix from workspace (#1094)
Diffstat (limited to 'flake.nix')
-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
{