test: arch

This commit is contained in:
2026-05-01 21:40:54 +00:00
parent 7c0a25eb15
commit 88c8c8d44f
5 changed files with 223 additions and 3 deletions
+4 -3
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; })