fix(template): Was broken in previous PR merge

This commit is contained in:
Sridhar Ratnakumar 2024-03-11 14:24:25 -04:00 committed by GitHub
parent 705c2cc497
commit 1c6e8fc867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
templates.default = {
description = "Example flake using process-compose-flake";
path = builtins.path { path = ./example; filter = path: _: baseNameOf path == "flake.nix"; };
path = builtins.path { path = ./example/simple; filter = path: _: baseNameOf path == "flake.nix"; };
};
lib = import ./nix/lib.nix;