Skip to content

Commit

Permalink
flake: only support linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanmohd committed Sep 3, 2024
1 parent 50dcf4c commit aff2d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit aff2d1b

Please sign in to comment.