From 381b28364284580f25f847d03ee5144921ca730f Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Tue, 18 Oct 2022 15:26:11 +0200 Subject: [PATCH] Add changelog for nix builds, forgotten in #2331 --- changelog.d/0-release-notes/nix-builds | 1 + changelog.d/5-internal/nix-builds | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 changelog.d/0-release-notes/nix-builds create mode 100644 changelog.d/5-internal/nix-builds diff --git a/changelog.d/0-release-notes/nix-builds b/changelog.d/0-release-notes/nix-builds new file mode 100644 index 00000000000..a8ffbbc8bd7 --- /dev/null +++ b/changelog.d/0-release-notes/nix-builds @@ -0,0 +1 @@ +Build docker images using nix derivations instead of Dockerfiles (#2331, ##) \ No newline at end of file diff --git a/changelog.d/5-internal/nix-builds b/changelog.d/5-internal/nix-builds new file mode 100644 index 00000000000..13e4ff24086 --- /dev/null +++ b/changelog.d/5-internal/nix-builds @@ -0,0 +1,4 @@ +The dev environment provided by nix now contains all the haskell packages +compiled by nix. This could casue linker errors while compiling haskell code in +this repo. One way to get resolve them is to delete the 'dist-newstyle' +directory. (#2331)