flake.nix: Wire the checks

This commit is contained in:
Robert Hensing 2023-09-07 11:40:12 +02:00
parent 2eddf71196
commit 1a2cd16932

View file

@ -10,5 +10,7 @@
import ./default.nix {
inherit (prev) lib;
};
checks.x86_64-linux = import ./tests { pkgs = nixpkgs.legacyPackages.x86_64-linux; };
};
}