From 989ec0fc8365ae3f8b1d6cc864cc9558c6af2361 Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 20 May 2023 20:33:07 +0100 Subject: tests: remove config.boot.loader.grub.version `grub.version` was removed in [1], together with `grub1` in [2]. [1]: https://github.com/NixOS/nixpkgs/commit/30bea8d82d9e9ffa3093106af4527cbfc0663150 [2]: https://github.com/NixOS/nixpkgs/commit/6db74508276ae2c3c48cfea0a7022d01ca273264 --- modules/core/tests.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules') diff --git a/modules/core/tests.nix b/modules/core/tests.nix index 5099a417..f326db5c 100644 --- a/modules/core/tests.nix +++ b/modules/core/tests.nix @@ -310,9 +310,6 @@ let || lib.any (s: s.encrypted.enable) config.swapDevices; path = ["nixos" "installer" "encryptedFSWithKeyfile"]; } - { check = config.boot.loader.grub.version == 1; - path = ["nixos" "installer" "grub1"]; - } { check = config.boot.initrd.luks.devices != {}; paths = [ ["nixos" "installer" "luksroot-format1"] -- cgit 1.4.1