mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 10:39:27 +01:00
test: add nixlet dependency tests
This commit is contained in:
parent
906cd9db2d
commit
028fb8d43b
6 changed files with 43 additions and 3 deletions
6
tests/fixtures/dependency/nixlet.nix
vendored
Normal file
6
tests/fixtures/dependency/nixlet.nix
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
name = "dep";
|
||||
version = "0.0.1";
|
||||
description = "hello world";
|
||||
defaultProject = "dep";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue