summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-06-10 18:54:53 +0200
committerGitHub <noreply@github.com>2023-06-10 18:54:53 +0200
commit5eb2425c0e7fe9d38a1838c60e65d813e9603b0a (patch)
tree52e68c7f0b591e275094ca161d4e8c270d1c33b3 /nixos
parent5ef9ea6b85c7c299e9a647407cd1172a835a9d37 (diff)
parent0c3f416096bdcd0b0673e3ab1885ee6a0849040a (diff)
downloadnixpkgs-5eb2425c0e7fe9d38a1838c60e65d813e9603b0a.tar
nixpkgs-5eb2425c0e7fe9d38a1838c60e65d813e9603b0a.tar.gz
nixpkgs-5eb2425c0e7fe9d38a1838c60e65d813e9603b0a.tar.bz2
nixpkgs-5eb2425c0e7fe9d38a1838c60e65d813e9603b0a.tar.lz
nixpkgs-5eb2425c0e7fe9d38a1838c60e65d813e9603b0a.tar.xz
nixpkgs-5eb2425c0e7fe9d38a1838c60e65d813e9603b0a.tar.zst
nixpkgs-5eb2425c0e7fe9d38a1838c60e65d813e9603b0a.zip
Merge pull request #237069 from roberth/fix-nixos-tests-nixos-rebuild-specialisations
nixosTests.nixos-rebuild-specialisations: Fix
Diffstat (limited to 'nixos')
-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 c61f81b8ca6..444ff7a3b97 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 = {