feat: installed noita entangled worlds on horizon
This commit is contained in:
parent
c501b1688e
commit
f660b601e2
6 changed files with 86 additions and 49 deletions
|
|
@ -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;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue