Add control4 env

This commit is contained in:
Arnie 2024-10-02 21:10:08 +02:00
parent 25557e17db
commit bc574bc6e9

View File

@ -28,6 +28,8 @@
golangci-config-file = ./.golangci.yml;
cd_root = "cd $PRJ_ROOT;";
control4_env = [self.lib.forAllSystems (pkgs: pkgs.lua5_1)];
};
formatter = self.lib.forAllSystems (pkgs: pkgs.nixpkgs-fmt);