nixtest/lib/flake.nix

6 lines
97 B
Nix

{
outputs = inputs: {
lib = import ./.;
flakeModule = import ./flakeModule.nix;
};
}