pantheon/nix/flake-parts/text.nix

4 lines
71 B
Nix

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