mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 10:28:51 +08:00
tests: add evaluation/build test
This commit is contained in:
10
tests/build-test.nix
Normal file
10
tests/build-test.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
imports = [ <nixos-hardware-profile> ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user