aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 079ae8b..ac2a920 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,7 @@
pkgs = import nixpkgs { inherit system; };
};
- supportedSystems = lib.systems.flakeExposed;
+ supportedSystems = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
forAllSystems = f: lib.genAttrs supportedSystems (forSystem f);
in
{