summary refs log tree commit diff
path: root/release/checks
diff options
context:
space:
mode:
Diffstat (limited to 'release/checks')
-rw-r--r--release/checks/wayland/surface-notify/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/checks/wayland/surface-notify/shell.nix b/release/checks/wayland/surface-notify/shell.nix
index bc5ca3f..e40e1d2 100644
--- a/release/checks/wayland/surface-notify/shell.nix
+++ b/release/checks/wayland/surface-notify/shell.nix
@@ -6,4 +6,4 @@
 (import ./. args).overrideAttrs ({ hardeningDisable ? [], ... }: {
   # Not compatible with Meson's default -O0.
   hardeningDisable = hardeningDisable ++ [ "fortify" ];
-}))
+})