Files
clan-core/templates/new-clan/clan-flake-module.nix
2023-07-26 11:48:19 +02:00

10 lines
203 B
Nix

# AUTOMATICALLY GENERATED by clan
{ ... }: {
imports =
let
relPaths = builtins.fromJSON (builtins.readFile ./imports.json);
paths = map (path: ./. + path) relPaths;
in
paths;
}