summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorTristan Ross <tristan.ross@midstall.com>2025-01-08 18:26:07 -0800
committerCole Helbling <cole.e.helbling@outlook.com>2025-01-09 07:21:46 -0800
commitee971d3620f7e638869d63ecd1ff8c2ae5fd4e61 (patch)
tree7a1dbf729936bc9e3767f899f28ae5e242818f13 /flake.nix
parentvscode-extensions.ms-dotnettools: update C# and C# DevKit extensions (#363156) (diff)
downloadnixpkgs-ee971d3620f7e638869d63ecd1ff8c2ae5fd4e61.tar.gz
flake.nix: relax checks after shellcheck filter
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 9873c1c94971..8510ce7e69bd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -85,10 +85,6 @@
self.legacyPackages.${system}.stdenv.hostPlatform.isLinux
# Exclude power64 due to "libressl is not available on the requested hostPlatform" with hostPlatform being power64
&& !self.legacyPackages.${system}.targetPlatform.isPower64
- # Exclude armv6l-linux due to "cannot bootstrap GHC on this platform ('armv6l-linux' with libc 'defaultLibc')"
- && system != "armv6l-linux"
- # Exclude riscv64-linux due to "cannot bootstrap GHC on this platform ('riscv64-linux' with libc 'defaultLibc')"
- && system != "riscv64-linux"
)
{
# Test that ensures that the nixosSystem function can accept a lib argument