mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 22:47:05 +01:00
5 lines
100 B
Nix
5 lines
100 B
Nix
|
{ pkgs, makeTest, inputs }:
|
||
|
{
|
||
|
vmTest = import ./nixos-module { inherit pkgs makeTest inputs; };
|
||
|
}
|