Add control4 env

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

View File

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