mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-19 15:31:17 +01:00
tests: drop -test prefix to match naming style used by NixOS tests
This commit is contained in:
parent
f1952eae04
commit
8d578a53d6
2 changed files with 1 additions and 1 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue