From 4157c8aebfcf416157aff0f7af1b5c09f1d64d15 Mon Sep 17 00:00:00 2001 From: Wesley Merkel Date: Sat, 18 Dec 2021 18:03:01 -0700 Subject: [PATCH] Add missing semicolon to flake example --- Development-with-nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-with-nix.md b/Development-with-nix.md index e365b7d..ea7be01 100644 --- a/Development-with-nix.md +++ b/Development-with-nix.md @@ -66,7 +66,7 @@ Alternatively, you can use this sample `flake.nix`: ]); hardeningDisable = [ "all" ]; - } + }; }; } ``` \ No newline at end of file