nixtest/lib/flake.nix

7 lines
97 B
Nix
Raw Permalink Normal View History

2025-05-03 22:05:29 +02:00
{
outputs = inputs: {
lib = import ./.;
flakeModule = import ./flakeModule.nix;
};
}