pantheon/nix/modules/flake/text.nix

4 lines
71 B
Nix

{ inputs, ... }:
{
imports = [ inputs.text.flakeModules.default ];
}