File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Here's an example of using it in nixos configuration.
61
61
description = "My configuration";
62
62
63
63
inputs = {
64
- nixpkgs.url = "github:nixos /nixpkgs/nixos-unstable";
64
+ nixpkgs.url = "github:NixOS /nixpkgs/nixos-unstable";
65
65
rust-overlay.url = "github:oxalica/rust-overlay";
66
66
};
67
67
@@ -91,7 +91,7 @@ Running `nix develop` will create a shell with the default nightly Rust toolchai
91
91
description = "A devShell example";
92
92
93
93
inputs = {
94
- nixpkgs.url = "github:nixos /nixpkgs/nixos-unstable";
94
+ nixpkgs.url = "github:NixOS /nixpkgs/nixos-unstable";
95
95
rust-overlay.url = "github:oxalica/rust-overlay";
96
96
flake-utils.url = "github:numtide/flake-utils";
97
97
};
@@ -106,7 +106,7 @@ Running `nix develop` will create a shell with the default nightly Rust toolchai
106
106
in
107
107
with pkgs;
108
108
{
109
- devShell = mkShell {
109
+ devShells.default = mkShell {
110
110
buildInputs = [
111
111
openssl
112
112
pkgconfig
You can’t perform that action at this time.
0 commit comments