hostPlatform -> targetPlatform

This commit is contained in:
2026-01-21 15:24:33 -05:00
parent 482190519b
commit c9fc1b028e
3 changed files with 4 additions and 3 deletions

View File

@@ -173,7 +173,7 @@
pkgs = import nixpkgs {
inherit system;
hostPlatform = system;
targetPlatform = system;
buildPlatform = builtins.currentSystem;
};
lib = import ./modules/lib.nix { inherit inputs pkgs; };