drafted out entangled worlds mod

This commit is contained in:
Leyla Becker 2025-06-11 23:36:29 -05:00
parent 0476afb471
commit 52a1d97fd4
5 changed files with 80 additions and 2 deletions

View file

@ -13,5 +13,8 @@
./prostudiomasters.nix
{};
})
(final: prev: {
noita_entangled_worlds = pkgs.callPackage ./noita-entangled-worlds.nix {};
})
];
}