fix deprecated pkgs.system

This commit is contained in:
Danilo Reyes
2026-03-20 17:42:19 -06:00
parent 0731933b14
commit 23f2c7d564
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
let
packages = [
pkgs.codex
inputs.self.packages.${pkgs.system}.nixos-mcp
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.nixos-mcp
];
in
{