nixlets/tests/fixtures/example/nixlet.nix

6 lines
106 B
Nix

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