tests for PoC!

This commit is contained in:
Qyriad 2026-02-06 17:12:02 +01:00
parent 15ed56d8ad
commit 447ae19b3c
13 changed files with 450 additions and 19 deletions

4
modules/tests-common.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
nix.package = pkgs.lixPackageSets.latest.lix;
}