Files
nix-config/hosts/idols-ruby/exporters/default.nix
Ryan Yin b382999a70 refactor: Use haumea for filesystem-based module system for flake outputs
refactor: Use hyphen(`-`) for variable names & folder names(except Python), replace all unserscore(`_`) with hyphen(`-`).
2024-03-10 20:12:02 +08:00

4 lines
51 B
Nix

{mylib, ...}: {
imports = mylib.scanPaths ./.;
}