summary refs log tree commit diff
path: root/release/checks/pkg-tests.nix
blob: b0c7926030fc4372c8e7c66a9a65740559f9e8ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2023 Alyssa Ross <hi@alyssa.is>

import ../../lib/eval-config.nix ({ config, src, ... }:

{
  recurseForDerivations = true;

  lseek = config.pkgs.lib.recurseIntoAttrs
    (import ../../tools/lseek { inherit config; }).tests;
})