fix: silence nix evaluation warnings for neovim/opencode/system

This commit is contained in:
m3tm3re
2026-04-13 19:18:25 +02:00
parent fa608ae399
commit 55aac2c910
3 changed files with 87 additions and 68 deletions

View File

@@ -27,7 +27,7 @@
temp-packages = final: _prev: {
temp = import inputs.nixpkgs-9e9486b {
system = final.system;
system = final.stdenv.hostPlatform.system;
config.allowUnfree = true;
};
};