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:
parent
85666d4657
commit
5890e431bb
2 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue