diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ }); in { + templates = import ./templates; + checks = forAllSystems (system: let pkgs = nixpkgsFor.${system}; in |
