Files
hearth/test/package/default.nix
T
yukkop 6dc2391b13
runner nix smoke / nix label and flake smoke (push) Failing after 8s
feat: workflow save to cache
2026-09-09 15:05:34 +00:00

10 lines
579 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 ./with-attic-cache { inherit system inputs self pkgs; }) //
(import ./element-web { inherit system inputs self pkgs; }) //
(import ./linux-devshell { inherit system inputs self pkgs; }) //
(import ./windows-devshell { inherit system inputs self pkgs; })