overlays/lib/nixpkgs.nix: use system

fix #123
This commit is contained in:
Bruno Bigras 2021-06-29 10:18:00 -04:00 committed by Alexander Sosedkin
parent 78d349eecc
commit 3e3a4e2d04

View file

@ -13,6 +13,6 @@ let
in
import pinnedPkgsSrc {
inherit (super) config;
inherit (super) config system;
overlays = [ ];
}