diff --git a/templates/flake-module.nix b/templates/flake-module.nix index a20ebd3b..aa1eaf39 100644 --- a/templates/flake-module.nix +++ b/templates/flake-module.nix @@ -31,5 +31,9 @@ clan-core = self; }; in - evaled.nixosConfigurations.foo.config.system.build.vm; + { + type = "derivation"; + name = "minimal-clan-flake-check"; + inherit (evaled.nixosConfigurations.foo.config.system.build.vm) drvPath outPath; + }; }