feat: fixed deprecation warning
This commit is contained in:
parent
5776640b5d
commit
b9251029d5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
inputs.nix-vscode-extensions.overlays.default
|
inputs.nix-vscode-extensions.overlays.default
|
||||||
# Add noita_entangled_worlds from upstream flake to pkgs
|
# Add noita_entangled_worlds from upstream flake to pkgs
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
noita_entangled_worlds = inputs.noita-entangled-worlds.packages.${prev.system}.noita-proxy;
|
noita_entangled_worlds = inputs.noita-entangled-worlds.packages.${prev.stdenv.hostPlatform.system}.noita-proxy;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue