File tree Expand file tree Collapse file tree 5 files changed +13
-18
lines changed
templates/dendritic/checkmate/modules Expand file tree Collapse file tree 5 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 1+ {
2+ flake . flakeModule =
3+ { inputs , lib , ... } :
4+ {
5+ imports = [
6+ ( inputs . flake-file . flakeModules . dendritic or { } )
7+ ( inputs . import-tree ./checkmate )
8+ ] ;
9+ flake-file . inputs . checkmate . url = lib . mkDefault "github:vic/checkmate" ;
10+ } ;
11+ }
Original file line number Diff line number Diff line change 77 description = "Dendritic" ;
88 path = ../templates/dendritic ;
99 } ;
10- flake . flakeModule =
11- { inputs , ... } :
12- {
13- imports = [
14- ( inputs . import-tree ./checkmate )
15- ] ;
16- } ;
1710}
Original file line number Diff line number Diff line change 1- { inputs , lib , ... } :
1+ { inputs , ... } :
22{
3- flake-file . inputs . checkmate . url = lib . mkDefault "github:vic/checkmate" ;
3+ flake-file . inputs . target . url = "github:vic/checkmate?dir=templates/dendritic " ;
44 imports = [ ( inputs . checkmate . flakeModule or { } ) ] ;
55}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments