Add missing semicolon to flake example

Wesley Merkel 2021-12-18 18:03:01 -07:00
parent 7bda6ebd7b
commit 4157c8aebf

@ -66,7 +66,7 @@ Alternatively, you can use this sample `flake.nix`:
]);
hardeningDisable = [ "all" ];
}
};
};
}
```