about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorYorick <yorick@yorickvanpelt.nl>2023-09-10 15:43:56 +0200
committerGitHub <noreply@github.com>2023-09-10 15:43:56 +0200
commit1443ffe21f4d812a79f2004cc24dfc465999e394 (patch)
tree552d797aebe10219d1de7dd20bda9ac1d45af578 /nixos
parent6fed5bcac6303255fb6ba01a070f4ef506943742 (diff)
parent0ec0e829a52fd2d9693e021faa078f054fbdc5bc (diff)
Merge pull request #246243 from yu-re-ka/electron-libexec
electron-bin: place electron files in libexec/
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 921fe3c5cb795..b7cbe4b13232c 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -290,3 +290,5 @@ The module update takes care of the new config syntax and the data itself (user
   ./common/auto-format-root-device.nix ];` When you use the systemd initrd, you
   can automatically format the root device by setting
   `virtualisation.fileSystems."/".autoFormat = true;`.
+
+- The `electron` packages now places its application files in `$out/libexec/electron` instead of `$out/lib/electron`. Packages using electron-builder will fail to build and need to be adjusted by changing `lib` to `libexec`.