diff options
| author | Gleb Smirnov <54807745+liferooter@users.noreply.github.com> | 2023-05-04 10:49:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 09:49:55 +0200 |
| commit | 6ad14f55d5a1b5ffef567bf1d63bb2956551bed9 (patch) | |
| tree | c3a2db8508bc4c449ca04dfbde353b8629c7d259 | |
| parent | f88ef45ee6e285df59c7aa5cec935de331b4b6e0 (diff) | |
Extract version for Nix from workspace (#1094)
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
