Skip to content

Commit

Permalink
Add riscv64-linux to supported systems
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F committed Sep 20, 2023
1 parent e3f4183 commit f139bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
};
};
} //
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin" "riscv64-linux"]) (system:
let
pkgs = import nixpkgs { inherit system; overlays = [ self.overlay ]; };
in
Expand Down

0 comments on commit f139bb2

Please sign in to comment.