pkgs/neocities: init at 0.0.18

This commit is contained in:
Infinidoge 2023-08-21 16:13:22 -04:00
parent 649d97aa7d
commit d0e77aabe2
5 changed files with 229 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ lib
, bundlerApp
}:
bundlerApp {
pname = "neocities";
gemdir = ./.;
exes = [ "neocities" ];
meta = with lib; {
mainProgram = "neocities";
};
}