6 lines
65 B
Nix
6 lines
65 B
Nix
{ inputs, pkgs, system }:
|
|
let
|
|
inherit (pkgs) nixosTest;
|
|
in
|
|
{
|
|
}
|