nixlets/tests/fixtures/dependency/nixlet.nix

7 lines
98 B
Nix
Raw Normal View History

2026-02-09 20:49:54 +01:00
{
name = "dep";
version = "0.0.1";
description = "hello world";
defaultProject = "dep";
}