aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
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
''}";
};
}