mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
add test for standalone nixos config
This commit is contained in:
parent
65bd5a97f8
commit
68f950bf20
4 changed files with 50 additions and 29 deletions
|
|
@ -20,6 +20,8 @@ let
|
|||
);
|
||||
|
||||
allTests = lib.genAttrs (allTestFilenames) (test: import (./. + "/${test}.nix") { inherit makeDiskoTest; }) //
|
||||
evalTest "lvm-luks-example" ../example/config.nix;
|
||||
evalTest "lvm-luks-example" ../example/config.nix // {
|
||||
standalone = (pkgs.nixos [ ../example/stand-alone/configuration.nix ]).config.system.build.toplevel;
|
||||
};
|
||||
in
|
||||
allTests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue