mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-02-02 19:25:08 +01:00
7 lines
106 B
Nix
7 lines
106 B
Nix
|
|
{
|
||
|
|
name = "example";
|
||
|
|
version = "0.0.1";
|
||
|
|
description = "hello world";
|
||
|
|
defaultProject = "example";
|
||
|
|
}
|