From aff2d1b77289a3896a20b4933ad9b8eae08d1948 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 3 Sep 2024 20:53:23 +0530 Subject: flake: only support linux for now --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 { -- cgit v1.2.3