diff --git a/flake.nix b/flake.nix index 49c10dc..70db964 100644 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,7 @@ flake-utils.url = "github:numtide/flake-utils"; }; - outputs = { - nixpkgs, - ... - }: let + outputs = {nixpkgs, ...}: let # Supported systems for your flake packages, shell, etc. systems = [ "aarch64-linux"