fix: nix build naersk no like the rev syntax

This commit is contained in:
Jeremy Wall 2025-02-15 09:42:27 -05:00
parent d456501565
commit 49c768dd76
3 changed files with 4 additions and 3 deletions

4
Cargo.lock generated
View File

@ -841,7 +841,7 @@ dependencies = [
[[package]]
name = "ironcalc"
version = "0.3.0"
source = "git+https://github.com/ironcalc/IronCalc?rev=b2c5027f56a16a0c606b01a071b816b941972aef#b2c5027f56a16a0c606b01a071b816b941972aef"
source = "git+https://github.com/ironcalc/IronCalc#b2c5027f56a16a0c606b01a071b816b941972aef"
dependencies = [
"bitcode",
"chrono",
@ -857,7 +857,7 @@ dependencies = [
[[package]]
name = "ironcalc_base"
version = "0.3.0"
source = "git+https://github.com/ironcalc/IronCalc?rev=b2c5027f56a16a0c606b01a071b816b941972aef#b2c5027f56a16a0c606b01a071b816b941972aef"
source = "git+https://github.com/ironcalc/IronCalc#b2c5027f56a16a0c606b01a071b816b941972aef"
dependencies = [
"bitcode",
"chrono",

View File

@ -11,7 +11,7 @@ clap = { version = "4.5.20", features = ["derive"] }
crossterm = { version = "0.28.1", features = ["event-stream", "serde"] }
csvx = "0.1.17"
# this revision introduces a way to get the Model back out of the UserModel
ironcalc = { git = "https://github.com/ironcalc/IronCalc?rev=b2c5027f56a16a0c606b01a071b816b941972aef" }
ironcalc = { git = "https://github.com/ironcalc/IronCalc" }
futures = "0.3.31"
ratatui = "0.29.0"
thiserror = "1.0.65"

1
result Symbolic link
View File

@ -0,0 +1 @@
/nix/store/k826wsv9zc73jamdff1yl1rky2bw9lc6-sheetui-0.1.0