tangled
alpha
login
or
join now
oeiuwq.com
/
import-tree
2
fork
atom
Import all nix files in a directory tree. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
dendrix.oeiuwq.com/Dendritic.html
dendritic
inputs
2
fork
atom
overview
issues
pulls
pipelines
Use checkmate
oeiuwq.com
1 year ago
8c8396d1
253f818e
+1
-1
2 changed files
expand all
collapse all
unified
split
checks
checkmate.nix
default.nix
checks/flakeModule.nix
checks/checkmate.nix
+1
-1
default.nix
···
68
68
__functor = self: f: {
69
69
config = (f self);
70
70
__functor = functor;
71
71
-
flakeModules.nix-unit = ./checks/flakeModule.nix;
71
71
+
flakeModules.checkmate = ./checks/checkmate.nix;
72
72
73
73
withLib = lib: self (c: (f c) // { inherit lib; });
74
74