File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ working.
22
22
## Projects
23
23
24
24
- Rust (via #rust)
25
- - WIP: Rust Nightly (via #rust-nightly)
25
+ - Rust Nightly (via #rust-nightly)
26
26
- WIP: Rust Embedded (via #rust-embedded)
27
27
- WIP: Rust Telegram Bot (via #rust-telegram)
28
28
Original file line number Diff line number Diff line change 1
1
# Nightly Rust Nix Template
2
2
3
- This is a starter pack for Nix friendly Rust project ecosystem provided to you by Xinux Community members.
3
+ This is a starter pack for Nix friendly Nightly Rust project ecosystem provided to you by Xinux Community members.
4
4
5
5
> Please, after bootstrapping, rename / change all ` example ` or ` template ` keywords in template files.
6
6
@@ -39,5 +39,5 @@ In your project root:
39
39
nix build
40
40
41
41
# Execute compiled binary
42
- ./result/bin/template
42
+ ./result/bin/template-nightly
43
43
```
Original file line number Diff line number Diff line change 17
17
} ;
18
18
in
19
19
pkgs . stdenv . mkDerivation {
20
- name = "template-dev" ;
20
+ name = "template-nightly- dev" ;
21
21
22
22
# Compile time dependencies
23
23
nativeBuildInputs = with pkgs ; [
You can’t perform that action at this time.
0 commit comments