docs: clarify system binding in pkgs/default.nix

This commit is contained in:
Chiron
2026-04-15 18:23:43 +00:00
parent 5d9fe6afb7
commit 6ff6deb4e3

View File

@@ -3,6 +3,7 @@
inputs, inputs,
... ...
}: let }: let
# Used only for flake input pass-throughs (basecamp, openspec, opencode-desktop)
system = pkgs.stdenv.hostPlatform.system; system = pkgs.stdenv.hostPlatform.system;
in { in {
# Custom packages registry # Custom packages registry