Files
util.nix/test/package/default.nix
2026-05-01 21:40:54 +00:00

7 lines
372 B
Nix

{ 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 ./linux-devshell { inherit system inputs self pkgs; })