a test for liminix-rebuild
it's hacky as Selby, but it's better than no test
This commit is contained in:
8
tests/min-copy-closure/config-ext4.nix
Normal file
8
tests/min-copy-closure/config-ext4.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, lib, ... } :
|
||||
{
|
||||
imports= [
|
||||
./configuration.nix
|
||||
../../modules/outputs/ext4fs.nix
|
||||
];
|
||||
rootfsType = lib.mkForce "ext4";
|
||||
}
|
Reference in New Issue
Block a user