nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

haskellPackages.ghc96.singletons-base: unbreak

+2
+2
pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
··· 165 165 lambdabot 166 166 lambdabot-haskell-plugins 167 167 ; 168 + 169 + singletons-base = dontCheck super.singletons-base; 168 170 } 169 171 # super.ghc is required to break infinite recursion as Nix is strict in the attrNames 170 172 // lib.optionalAttrs (pkgs.stdenv.hostPlatform.isAarch64 && lib.versionOlder super.ghc.version "9.6.4") {