dev: gitea: runners devshell

This commit is contained in:
2026-06-08 10:22:21 +00:00
parent 5a0696ce64
commit fcc72192f5
2 changed files with 123 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
haskell = import ./haskell.nix { inherit self system pkgs; };
neuro = import ./neuro.nix { inherit self system pkgs; };
xmpp = import ./xmpp.nix { inherit self system pkgs; };
gitea-runners = import ./gitea-runners.nix { inherit pkgs; };
default = pkgs.mkShell {
buildInputs =
(with self.packages.${system}; [