infrastructure/lib/witch.nix

5 lines
54 B
Nix

{ pkgs, lib }:
{
modList = import ./modules.nix;
}