From aca5d77853daf83eb160f61fdfbf42d3c7e3aefc Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Mon, 13 May 2024 09:02:31 +0200 Subject: [PATCH] release: fix release notes 3.6.0 Add details about the new nix flake support. Signed-off-by: Stephan Linz --- doc/bridle/releases/release-notes-3.6.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/bridle/releases/release-notes-3.6.0.rst b/doc/bridle/releases/release-notes-3.6.0.rst index 153b074f28..01bb191cdc 100644 --- a/doc/bridle/releases/release-notes-3.6.0.rst +++ b/doc/bridle/releases/release-notes-3.6.0.rst @@ -254,6 +254,13 @@ Take over the new build principles from Zephyr: * Check that the diff contains no binary files that are not tollerated. * Check that any added image is limited in allowed size. +* Provide a `nix flake `_ for reproducible + development and build environments. The new nix flake definition, which + provides as output a devshell, is now setup a development environment + containing all necessary tools and libraries to work with Bridle. Really + all dependencies, i.e. both system packages on the host and all necessary + Python packages. + Documentation =============