Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index c3b4ce5d..2a21c551 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,13 +16,7 @@
...
}: let
inherit (nixpkgs) lib;
- systems = [
- "x86_64-linux"
- "aarch64-linux"
- "x86_64-darwin"
- "aarch64-darwin"
- ];
- eachSystem = lib.genAttrs systems;
+ eachSystem = lib.genAttrs lib.systems.flakeExposed;
pkgsFor = eachSystem (system:
import nixpkgs {
localSystem.system = system;