diff --git a/machines/storage01/forgejo-runners.nix b/machines/storage01/forgejo-runners.nix index 3843831..b2e017f 100644 --- a/machines/storage01/forgejo-runners.nix +++ b/machines/storage01/forgejo-runners.nix @@ -1,4 +1,9 @@ -{ config, pkgs, ... }: +{ + config, + pkgs, + sources, + ... +}: let url = "https://git.dgnum.eu"; @@ -38,6 +43,7 @@ in pkgs.colmena pkgs.npins pkgs.tea + (import sources.nixpkgs { }).nixfmt-rfc-style ]; containerOptions = [ "--cpus=4" ];