From 6f246fb247b87bcc7f5ad0ca070392cc92071dfc Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 28 Jun 2024 11:44:08 +0530 Subject: flake/supportedSystems: lib.platforms.unix -> lib.systems.flakeExposed --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3