a test for liminix-rebuild

it's hacky as Selby, but it's better than no test
This commit is contained in:
Daniel Barlow
2023-12-29 22:11:04 +00:00
parent ec1ff283da
commit 2152a3f207
6 changed files with 96 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, lib, ... } :
{
imports= [
./configuration.nix
../../modules/outputs/ext4fs.nix
];
rootfsType = lib.mkForce "ext4";
}