diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-28 11:44:08 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-28 12:29:20 +0530 |
commit | 6f246fb247b87bcc7f5ad0ca070392cc92071dfc (patch) | |
tree | c7fecb8efd616b1829e69327d13fbc3ddcdffbed /flake.nix | |
parent | 5bedf456640608cd149041c8f37447139eaddf4d (diff) |
flake/supportedSystems: lib.platforms.unix -> lib.systems.flakeExposed
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |