tweak: include flake.lock in repository
This commit is contained in:
parent
f245106449
commit
1e1bfc2679
6 changed files with 173 additions and 4 deletions
|
|
@ -28,7 +28,7 @@
|
|||
in {
|
||||
templates = concatMapAttrs (path: {
|
||||
${builtins.concatStringsSep "_" path} = {
|
||||
description = "${builtins.head path} template with ${builtins.concatStringsSep
|
||||
description = "${builtins.head path} template - ${builtins.concatStringsSep
|
||||
", " (builtins.tail path)}";
|
||||
path = builtins.filterSource
|
||||
(path: type: builtins.baseNameOf path != "flake.lock")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue