diff --git a/flake.nix b/flake.nix index b7a56c1..7fec54f 100644 --- a/flake.nix +++ b/flake.nix @@ -18,11 +18,6 @@ opnix, }: let - supportedSystems = [ - "x86_64-linux" - "aarch64-linux" - ]; - forAllSystems = nixpkgs.lib.genAttrs supportedSystems; pkgsFor = system: import nixpkgs {