aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-05-04 07:26:15 +0000
committerGerrit Code Review <gerrit@lix>2024-05-04 07:26:15 +0000
commit79d0ae667066b758fd4202cd18294a0f40ddc8f0 (patch)
tree675df833182fbf4909a8a99a5d18c12ebad317da /flake.nix
parentf8617f9dc65096ee1e83fe3d100cc252e9f94bf6 (diff)
parent045ee374387cb8fd9b1d83b14574c6d92694063d (diff)
Merge "libstore/local-derivation-goal: prohibit creating setuid/setgid binaries" into main
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e8526f5c4..d437cd3b8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -163,9 +163,10 @@
busybox-sandbox-shell = final.busybox-sandbox-shell or final.default-busybox-sandbox-shell;
};
- # Export the patched version of boehmgc that Lix uses into the overlay
+ # Export the patched version of boehmgc & libseccomp that Lix uses into the overlay
# for consumers of this flake.
boehmgc-nix = final.nix.boehmgc-nix;
+ libseccomp-nix = final.nix.libseccomp-nix;
};
in
{