We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705c2cc commit 1c6e8fcCopy full SHA for 1c6e8fc
flake.nix
@@ -4,7 +4,7 @@
4
5
templates.default = {
6
description = "Example flake using process-compose-flake";
7
- path = builtins.path { path = ./example; filter = path: _: baseNameOf path == "flake.nix"; };
+ path = builtins.path { path = ./example/simple; filter = path: _: baseNameOf path == "flake.nix"; };
8
};
9
10
lib = import ./nix/lib.nix;
0 commit comments