pkgs/neocities: init at 0.0.18
This commit is contained in:
parent
649d97aa7d
commit
d0e77aabe2
5 changed files with 229 additions and 0 deletions
12
pkgs/neocities/default.nix
Normal file
12
pkgs/neocities/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ lib
|
||||
, bundlerApp
|
||||
}:
|
||||
bundlerApp {
|
||||
pname = "neocities";
|
||||
gemdir = ./.;
|
||||
exes = [ "neocities" ];
|
||||
|
||||
meta = with lib; {
|
||||
mainProgram = "neocities";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue