Skip to content

Commit 14d2111

Browse files
committed
fix: typos on readme's
1 parent 850096c commit 14d2111

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ working.
2222
## Projects
2323

2424
- Rust (via #rust)
25-
- WIP: Rust Nightly (via #rust-nightly)
25+
- Rust Nightly (via #rust-nightly)
2626
- WIP: Rust Embedded (via #rust-embedded)
2727
- WIP: Rust Telegram Bot (via #rust-telegram)
2828

rust-nightly/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nightly Rust Nix Template
22

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.
44

55
> Please, after bootstrapping, rename / change all `example` or `template` keywords in template files.
66
@@ -39,5 +39,5 @@ In your project root:
3939
nix build
4040

4141
# Execute compiled binary
42-
./result/bin/template
42+
./result/bin/template-nightly
4343
```

rust-nightly/shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
};
1818
in
1919
pkgs.stdenv.mkDerivation {
20-
name = "template-dev";
20+
name = "template-nightly-dev";
2121

2222
# Compile time dependencies
2323
nativeBuildInputs = with pkgs; [

0 commit comments

Comments
 (0)