mirror of
https://github.com/oxalica/nil.git
synced 2024-11-22 02:55:39 +03:00
parent
bd93024db6
commit
94ecd9c0aa
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
channel: [stable, beta]
|
channel: [stable, beta]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
# Should be sync with Cargo.toml
|
# Should be sync with Cargo.toml and README.
|
||||||
channel: '1.70'
|
channel: '1.70'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -13,7 +13,7 @@ members = [
|
|||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
# Should be sync with CI.
|
# Should be sync with CI and README.
|
||||||
rust-version = "1.70"
|
rust-version = "1.70"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
|
@ -19,7 +19,7 @@ and is regularly updated.
|
|||||||
- If you use `nix-env`, run `nix-env -iA nixpkgs.nil`
|
- If you use `nix-env`, run `nix-env -iA nixpkgs.nil`
|
||||||
- If you use `nix profile`, run `nix profile install nixpkgs#nil`
|
- If you use `nix profile`, run `nix profile install nixpkgs#nil`
|
||||||
- If you want to compile it from source:
|
- If you want to compile it from source:
|
||||||
1. Install stable Rust toolchain >= 1.62
|
1. Install stable Rust toolchain >= 1.70
|
||||||
1. Install nix >= 2.4 and make sure the binary `nix` is in your `PATH`.
|
1. Install nix >= 2.4 and make sure the binary `nix` is in your `PATH`.
|
||||||
1. Build and install via `cargo install --git https://github.com/oxalica/nil nil`
|
1. Build and install via `cargo install --git https://github.com/oxalica/nil nil`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user