diff --git a/flake.nix b/flake.nix index 31367c4..ba55a23 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ } @ inputs: let inherit (self) outputs; # Supported systems for your flake packages, shell, etc. - system = [ + systems = [ "aarch64-linux" "i686-linux" "x86_64-linux"