Skip to content

Commit

Permalink
pass thru feature nix-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra committed Dec 24, 2024
1 parent 3db2d76 commit 6cad1cf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repl = ["nickel-lang-core/repl"]
doc = ["nickel-lang-core/doc", "comrak"]
format = ["nickel-lang-core/format", "dep:tempfile"]
metrics = ["dep:metrics", "dep:metrics-util", "nickel-lang-core/metrics"]
nix-experimental = ["nickel-lang-core/nix-experimental"]

[dependencies]
nickel-lang-core = { workspace = true, features = [ "markdown", "clap" ], default-features = false }
Expand Down
3 changes: 3 additions & 0 deletions lsp/nls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ lsp-harness.workspace = true
nickel-lang-utils.workspace = true
pretty_assertions.workspace = true
test-generator.workspace = true

[features]
nix-experimental = ["nickel-lang-core/nix-experimental"]
5 changes: 4 additions & 1 deletion pyckel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ pyo3-build-config.workspace = true

[lib]
crate-type = ["cdylib", "rlib"]
bench = false
bench = false

[features]
nix-experimental = ["nickel-lang-core/nix-experimental"]
5 changes: 4 additions & 1 deletion wasm-repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ nickel-lang-core = { workspace = true, default-features = false, features = ["re

[lib]
crate-type = ["cdylib", "rlib"]
bench = false
bench = false

[features]
nix-experimental = ["nickel-lang-core/nix-experimental"]

0 comments on commit 6cad1cf

Please sign in to comment.