diff --git a/Development-with-nix.md b/Development-with-nix.md index dc14df9..7e707c2 100644 --- a/Development-with-nix.md +++ b/Development-with-nix.md @@ -17,4 +17,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