File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ rec {
117
117
118
118
project-models = import ./projects/models.nix { inherit lib pkgs sources ; } ;
119
119
120
+ templates . project = project-models . project (
121
+ import ./templates/project { inherit lib pkgs sources ; }
122
+ ) ;
123
+
120
124
# TODO: find a better place for this
121
125
metrics = with lib ; {
122
126
projects = attrNames raw-projects ;
Original file line number Diff line number Diff line change 212
212
} ;
213
213
"infra/makemake" = toplevel self . nixosConfigurations . makemake ;
214
214
"infra/overview" = self . packages . ${ system } . overview ;
215
+ # fake derivation for flake check
216
+ "infra/templates" = pkgs . writeText "dummy" ( lib . strings . toJSON classic' . templates . project ) ;
215
217
} ;
216
218
in
217
219
checksForInfrastructure // checksForAllProjects // checksForAllPackages ;
You can’t perform that action at this time.
0 commit comments