feat(forgejo-runners): Make nixfmt-rfc-style available

This commit is contained in:
Tom Hubrecht 2024-02-07 18:47:07 +01:00
parent 852e220ec2
commit 64c5cfbee7

View file

@ -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" ];