2 system ? builtins.currentSystem,
4 pkgs ? import ../../.. { inherit system config; },
8 container = import ./container.nix { inherit system pkgs; };
9 nftables = import ./nftables.nix { inherit system pkgs; };
10 preseed = import ./preseed.nix { inherit system pkgs; };
11 ui = import ./ui.nix { inherit system pkgs; };
12 virtual-machine = handleTestOn [ "x86_64-linux" ] ./virtual-machine.nix { inherit system pkgs; };