flake: only build devShells on x86_64-linux

This commit is contained in:
zowoq 2024-04-11 12:37:38 +10:00 committed by mergify[bot]
parent 3e21e1873b
commit 4f89af165f

View File

@ -53,7 +53,7 @@
prefix = "nixos-stable";
}));
devShells = {
devShells = lib.optionalAttrs defaultPlatform {
mkdocs = pkgs.mkShellNoCC {
packages = [
inputs.mkdocs-numtide.packages.${system}.default