aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoralois31 <alois1@gmx-topmail.de>2024-07-26 07:08:35 +0000
committerGerrit Code Review <gerrit@localhost>2024-07-26 07:08:35 +0000
commitd945e89e19bb508133bc563fb960b1cf1e785410 (patch)
tree6a29d77bb1f08e437651163ef58c0063ee0ac2a1 /flake.nix
parent60a48311e84c228e664a44c8d049ea3080879a40 (diff)
parente7188e211a5a2ac0ba34635a846569560bb5f000 (diff)
Merge changes I45d3895f,I541be3ea,Ibe51416d into main
* changes: libstore/build: block io_uring libstore/build: use an allowlist approach to syscall filtering libstore/build: always treat seccomp setup failures as fatal
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0609a8681..1fc02a590 100644
--- a/flake.nix
+++ b/flake.nix
@@ -164,6 +164,7 @@
nixUnstable = prev.nixUnstable;
check-headers = final.buildPackages.callPackage ./maintainers/check-headers.nix { };
+ check-syscalls = final.buildPackages.callPackage ./maintainers/check-syscalls.nix { };
default-busybox-sandbox-shell = final.busybox.override {
useMusl = true;