nixpkgs/lib/tests/modules/module-imports-_type-check.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
42 B
Nix
Raw Normal View History

{
imports = [ { _type = "flake"; } ];
}