mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-13 12:42:47 +02:00
4 lines
79 B
Nix
4 lines
79 B
Nix
{ pkgs, flake }:
|
|
{
|
|
vmTest = import ./nixos-module { inherit pkgs flake; };
|
|
}
|