From 64779c5cfd783c0edfa1a5c5e49027cfd66a5caa Mon Sep 17 00:00:00 2001 From: Arnie Date: Wed, 2 Oct 2024 21:10:08 +0200 Subject: [PATCH] Add control4 env --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 4fe00f7..e07ab19 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,8 @@ golangci-config-file = ./.golangci.yml; cd_root = "cd $PRJ_ROOT;"; + + control4_env = self.lib.forAllSystems (pkgs: [nixpkgs.lua5_1]); }; formatter = self.lib.forAllSystems (pkgs: pkgs.nixpkgs-fmt);