query
On this page

buildStrictly

pkgs.haskell.lib.buildStrictly

Docs pulled from | This Revision | 29 minutes ago


Nixpkgs manual

Build the package in a strict way to uncover potential problems. This includes buildFromSdist and failOnAllWarnings.

Noogle detected

Implementation

The following is the current implementation of this function.

buildStrictly = pkg: buildFromSdist (failOnAllWarnings pkg);