added gdx-liftoff package

This commit is contained in:
Leyla Becker 2025-06-23 15:40:03 -05:00
parent b5d292f20e
commit 5c4e677fe8
3 changed files with 50 additions and 0 deletions

View file

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