fix: mechabellum: 413

This commit is contained in:
2026-06-07 23:14:14 +00:00
parent 129c82c863
commit f4a59ff117
4 changed files with 127 additions and 0 deletions
+1
View File
@@ -142,6 +142,7 @@ in {
watch = pkgs.callPackage ./c/watch/default.nix {};
support-bot = pkgs.callPackage ./support-bot {};
gitea-heatmap = pkgs.callPackage ./gitea {};
gitea-runner-nix-image = pkgs.callPackage ./gitea-runner-nix-image {};
nix-derivation-hash = pkgs.callPackage ./nix-derivation-hash {};
"sentinèlla" = pkgs.callPackage (./. + "/sentinèlla") {};
deploy = pkgs.callPackage ./deploy { inherit inputs; };