query
On this page

forceSystem

pkgs.forceSystem

Docs pulled from | This Revision | 21 minutes ago


Added 2018-07-16 preserve, reason: forceSystem should not be used directly in Nixpkgs.


Noogle detected

Implementation

The following is the current implementation of this function.

forceSystem = system: _:
    (import self.path { localSystem = { inherit system; }; });