nix: Re-enable and fix basic nix flake check for nix package and module (#3425)
Co-authored-by: Weston Keele <wekeele@proton.me>
This commit is contained in:
co-authored by
Weston Keele
parent
248fcc06ab
commit
26780df065
@@ -1,4 +1,4 @@
|
||||
{ pkgs, makeTest, inputs }:
|
||||
{ pkgs, flake }:
|
||||
{
|
||||
vmTest = import ./nixos-module { inherit pkgs makeTest inputs; };
|
||||
vmTest = import ./nixos-module { inherit pkgs flake; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user