Unnamed repository; edit this file 'description' to name the repository.
nix: systems -> flakeExposed for risc-v flake exposure
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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; |