gn_0-unstable-2026-05-27: init at 0-unstable-2026-05-27

Not-cherry-picked-because: This is the default version on master
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-08-01 10:06:31 +02:00
parent a47f6c5f83
commit fa48379b2d

View File

@@ -5066,6 +5066,17 @@ with pkgs;
ansible-builder = with python3Packages; toPythonApplication ansible-builder;
gn_0-unstable-2026-05-27 =
(gn.override {
version = "0-unstable-2026-05-27";
rev = "3357c4f51b1a9e676378c695dd9c7e9911c35ee6";
hash = "sha256-/1A+DkzAQj2zGPe/A/G0Z3VrYJXUxq4Hd/+d/o5p3G8=";
}).overrideAttrs
{
strictDeps = true;
__structuredAttrs = true;
};
### DEVELOPMENT / TOOLS / LANGUAGE-SERVERS
inherit (callPackages ../development/tools/language-servers/nixd { }) nixf nixt nixd;