lasuite-docs: mark as linux only

Failing Hydra build: https://hydra.nixos.org/build/328963970

Breaks the build and to my knowledge none of the maintainers / users
will have the bandwidth to debug Darwin issues, so making this state
explicit.
This commit is contained in:
Maximilian Bosch
2026-05-16 12:53:45 +02:00
parent 3f5ef354e0
commit a7e40a174b
3 changed files with 3 additions and 3 deletions
@@ -64,6 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
soyouzpanda
ma27
];
platforms = lib.platforms.all;
platforms = lib.platforms.linux;
};
})
@@ -55,6 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
soyouzpanda
ma27
];
platforms = lib.platforms.all;
platforms = lib.platforms.linux;
};
})
+1 -1
View File
@@ -181,6 +181,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
ma27
];
mainProgram = "docs";
platforms = lib.platforms.all;
platforms = lib.platforms.linux;
};
})