tests: add evaluation/build test

This commit is contained in:
Yegor Timoshenko
2017-12-24 11:44:48 +00:00
parent 2951a4f4b0
commit fc9b7ae002
2 changed files with 18 additions and 0 deletions

10
tests/build-test.nix Normal file
View 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";
};
}