From 5c2b63a7f1fdfdc46312c05f083c604b4c8f47e2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 5 Nov 2025 20:21:14 +0900 Subject: container: add 386 constants While it is unlikely a use case for hakurei on i686 exists, it does not hurt to have this support. Signed-off-by: Ophestra --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2ffe4554..e158b502 100644 --- a/flake.nix +++ b/flake.nix @@ -244,10 +244,10 @@ shellHook = "exec ${pkgs.writeShellScript "generate-syscall-table" '' set -e ${pkgs.perl}/bin/perl \ - container/seccomp/mksysnum_linux.pl \ + container/std/mksysnum_linux.pl \ ${pkgs.linuxHeaders}/include/asm/unistd_64.h | \ ${pkgs.go}/bin/gofmt > \ - container/seccomp/syscall_linux_${GOARCH.${system}}.go + container/std/syscall_linux_${GOARCH.${system}}.go ''}"; }; } -- cgit v1.3.1