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 ad6638d..ab78426 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
pkgs = import nixpkgs { inherit system; };
};
- supportedSystems = lib.platforms.unix;
+ supportedSystems = lib.systems.flakeExposed;
forAllSystems = f: lib.genAttrs supportedSystems (forSystem f);
in
{