From 64c5cfbee78f99dea453d58e3b8979a204ffc03f Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 7 Feb 2024 18:47:07 +0100 Subject: [PATCH] feat(forgejo-runners): Make nixfmt-rfc-style available --- machines/storage01/forgejo-runners.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" ];