Start using Nix as a reproducible build tool
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{ pkgs, makeTest, inputs }:
|
||||
{
|
||||
vmTest = import ./nixos-module { inherit pkgs makeTest inputs; };
|
||||
}
|
||||
Reference in New Issue
Block a user