test: arch

This commit is contained in:
2026-05-01 21:40:54 +00:00
parent ff0766519c
commit d5d4d5a5c3
5 changed files with 223 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{ system, inputs, self, pkgs }:
(import ./migrator { inherit system inputs self pkgs; }) //
(import ./hemar { inherit system inputs self pkgs; }) //
(import ./migrator { inherit system inputs self pkgs; }) //
(import ./hemar { inherit system inputs self pkgs; }) //
(import (./. + "/sentinèlla") { inherit system inputs self pkgs; }) //
(import ./db-tool { inherit system inputs self pkgs; })
(import ./db-tool { inherit system inputs self pkgs; }) //
(import ./linux-devshell { inherit system inputs self pkgs; })