diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-30 22:03:48 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-30 22:09:46 +0900 |
| commit | 297b444dfb6adb71d5d1e61ea1b5aff16683896e (patch) | |
| tree | 61136bffe95aae67baa436b20ce60b7b9074d126 /test/configuration.nix | |
| parent | 89a05909a4fb393864a8aa752f6979dd9aaa2898 (diff) | |
test: separate app and sandbox
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 11 |
1 files changed, 0 insertions, 11 deletions
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; |
