mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
tests: add make-disk-image-impure
This commit is contained in:
parent
ab5f8eea75
commit
8ae297f5e9
1 changed files with 11 additions and 0 deletions
11
tests/make-disk-image-impure.nix
Normal file
11
tests/make-disk-image-impure.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> { }
|
||||
, diskoLib ? pkgs.callPackage ../lib { }
|
||||
}:
|
||||
diskoLib.makeDiskImageScript {
|
||||
nixosConfig = pkgs.nixos [
|
||||
../module.nix
|
||||
../example/simple-efi.nix
|
||||
];
|
||||
checked = true;
|
||||
}
|
||||
|
Loading…
Reference in a new issue