should i rewrite nixpkgs.lib.nixosSystem?

This commit is contained in:
do butterflies cry? 2026-02-13 02:53:03 +10:00
parent bc5e1ec464
commit 8370d8f775

View file

@ -207,6 +207,8 @@ in {
# nix passes these to every single module # nix passes these to every single module
specialArgs = let specialArgs = let
# XXX: NOTE: REF: https://github.com/NixOS/nixpkgs/blob/master/flake.nix#L57
# XXX: NOTE: lib.nixosSystem is defined here ^^^^
pkgConfig = pkgConfig =
{ {
inherit (node) system; inherit (node) system;