Two Triangles (garish)

This commit is contained in:
mtgmonkey
2025-11-27 17:50:45 +01:00
parent d4d9cab0e8
commit 4af0a1c4c2
8 changed files with 243 additions and 72 deletions

View File

@@ -9,13 +9,5 @@
packages.${system} = {
default = pkgs.callPackage ./package.nix {};
};
devShells.${system} = {
default = pkgs.mkShell {
nativeBuildInputs = [
];
shellHook = ''
'';
};
};
};
}