From 297b444dfb6adb71d5d1e61ea1b5aff16683896e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 30 Mar 2025 22:03:48 +0900 Subject: test: separate app and sandbox Signed-off-by: Ophestra --- test/configuration.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'test/configuration.nix') diff --git a/test/configuration.nix b/test/configuration.nix index 96b87a9d..8afe0cac 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -4,10 +4,6 @@ config, ... }: -let - testProgram = pkgs.callPackage ./sandbox/tool/package.nix { inherit (config.environment.fortify.package) version; }; - testCases = import ./sandbox/case lib testProgram; -in { users.users = { alice = { @@ -41,9 +37,6 @@ in # For D-Bus tests: libnotify mako - - # For checking seccomp outcome: - testProgram ]; variables = { @@ -109,10 +102,6 @@ in home-manager = _: _: { home.stateVersion = "23.05"; }; apps = [ - testCases.preset - testCases.tty - testCases.mapuid - { name = "ne-foot"; verbose = true; -- cgit v1.3.1