diff --git a/Development-with-nix.md b/Development-with-nix.md index a74acf2..62fcc7d 100644 --- a/Development-with-nix.md +++ b/Development-with-nix.md @@ -16,4 +16,4 @@ pkgs.mkShell { ]; } ``` -the `hardeningDisable` part is crucial otherwise you will get compile errors. \ No newline at end of file +The `hardeningDisable` part is crucial otherwise you will get compile errors. \ No newline at end of file