1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

Move template files

This commit is contained in:
Robert Hensing 2022-05-11 22:05:39 +02:00
parent 85666d4657
commit 5890e431bb
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@
outputs = { self, nixpkgs, ... }: {
lib = import ./lib.nix { inherit (nixpkgs) lib; };
defaultTemplate = {
path = ./template;
path = ./template/default;
description = ''
A minimal flake using flake-modules-core.
'';