feat: installed noita entangled worlds on horizon

This commit is contained in:
Leyla Becker 2025-11-26 21:42:02 -06:00
parent c501b1688e
commit f660b601e2
6 changed files with 86 additions and 49 deletions

View file

@ -2,5 +2,9 @@
{inputs, ...}: {
nixpkgs.overlays = [
inputs.nix-vscode-extensions.overlays.default
# Add noita_entangled_worlds from upstream flake to pkgs
(final: prev: {
noita_entangled_worlds = inputs.noita-entangled-worlds.packages.${prev.system}.noita-proxy;
})
];
}