mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 02:28:10 +01:00
5 lines
100 B
Nix
5 lines
100 B
Nix
{ pkgs, makeTest, inputs }:
|
|
{
|
|
vmTest = import ./nixos-module { inherit pkgs makeTest inputs; };
|
|
}
|