nixlets/tests/fixtures/example/nixlet.nix

7 lines
106 B
Nix
Raw Normal View History

{
name = "example";
version = "0.0.1";
description = "hello world";
defaultProject = "example";
}