aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-05 20:21:14 +0900
committerOphestra <cat@gensokyo.uk>2025-11-05 20:21:14 +0900
commit5c2b63a7f1fdfdc46312c05f083c604b4c8f47e2 (patch)
tree2a1e440156d6027c3b7a16f1b77c002ed3a4a388 /flake.nix
parent9fd97e71d0330d6b6509f28686cf53825bc80941 (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
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
''}";
};
}