about summary refs log tree commit diff
path: root/nixos/tests/nixos-rebuild-specialisations.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-06-10 18:23:02 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-06-10 18:25:04 +0200
commit0c3f416096bdcd0b0673e3ab1885ee6a0849040a (patch)
treee8a25d1c8cc0576e83e2e69dabb3ef817cf6bcf0 /nixos/tests/nixos-rebuild-specialisations.nix
parenta30520bf8eabf8a5c37889d661e67a2dbcaa59e6 (diff)
nixosTests.nixos-rebuild-specialisations: Fix
Diffstat (limited to 'nixos/tests/nixos-rebuild-specialisations.nix')
-rw-r--r--nixos/tests/nixos-rebuild-specialisations.nix21
1 files changed, 5 insertions, 16 deletions
diff --git a/nixos/tests/nixos-rebuild-specialisations.nix b/nixos/tests/nixos-rebuild-specialisations.nix
index c61f81b8ca656..444ff7a3b9771 100644
--- a/nixos/tests/nixos-rebuild-specialisations.nix
+++ b/nixos/tests/nixos-rebuild-specialisations.nix
@@ -14,22 +14,11 @@ import ./make-test-python.nix ({ pkgs, ... }: {
         connect-timeout = 1;
       };
 
-      system.extraDependencies = with pkgs; [
-        curl
-        desktop-file-utils
-        docbook5
-        docbook_xsl_ns
-        grub2
-        kmod.dev
-        libarchive
-        libarchive.dev
-        libxml2.bin
-        libxslt.bin
-        python3Minimal
-        shared-mime-info
-        stdenv
-        sudo
-        xorg.lndir
+      system.includeBuildDependencies = true;
+
+      system.extraDependencies = [
+        # Not part of the initial build apparently?
+        pkgs.grub2
       ];
 
       virtualisation = {