mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
tests: drop -test prefix to match naming style used by NixOS tests
This commit is contained in:
15
tests/eval.nix
Normal file
15
tests/eval.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
imports = [ <nixos-hardware-profile> ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
allowBroken = true;
|
||||
allowUnfree = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user