tidy up, submodule RGFW

This commit is contained in:
mtgmonkey
2025-12-16 01:12:02 +01:00
parent 5a701a3632
commit d36bbad5a8
10 changed files with 24 additions and 28172 deletions

View File

@@ -1,13 +1,14 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixpkgs-unstable";
self.submodules = true;
};
outputs = {
nixpkgs,
self,
...
}: let
version = "0.2.0";
version = "0.2.1";
package = {
mkDerivation,
base,