feat: initial commit
This commit is contained in:
commit
faaaa3d324
32 changed files with 77324 additions and 0 deletions
17
flake.nix
Normal file
17
flake.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
description = "An opinionated collection of nix packages and templates to scaffold projects with.";
|
||||
|
||||
outputs = { ... }:
|
||||
{
|
||||
templates = {
|
||||
|
||||
godot-js = {
|
||||
path = ./godot-js;
|
||||
description = ''
|
||||
Scaffolds a project using pkgs.godot with https://github.com/godotjs/GodotJS installed containing a justfile which will start the godot editor with the project loaded.
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue