mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 10:39:27 +01:00
7 lines
98 B
Nix
7 lines
98 B
Nix
|
|
{
|
||
|
|
name = "dep";
|
||
|
|
version = "0.0.1";
|
||
|
|
description = "hello world";
|
||
|
|
defaultProject = "dep";
|
||
|
|
}
|