From d5f6bfe4092d0762e0f80ea29258e0ec85b2c5d7 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sat, 5 Aug 2023 19:49:43 -0400 Subject: [PATCH] rolling: lely-core-libraries: fix build Set leaveDotGit to allow the build system to fiddle with Git as it feels like. --- distros/rolling/overrides.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distros/rolling/overrides.nix b/distros/rolling/overrides.nix index e54199f7e3..b6cc294b08 100644 --- a/distros/rolling/overrides.nix +++ b/distros/rolling/overrides.nix @@ -52,7 +52,8 @@ rosSelf: rosSuper: with rosSelf.lib; { url = "https://gitlab.com/lely_industries/lely-core.git"; fetchgitArgs = { rev = "7824cbb2ac08d091c4fa2fb397669b938de9e3f5"; - sha256 = "sha256-L06rL+DiF2+FnYgKBELjes70sywKP8EzdhNq/uOnEp4="; + sha256 = "sha256-Ykmnz/zlEXmkyRO9AHMprML7uKbNer2zu4i9PDHfgxw="; + leaveDotGit = true; }; };