summary refs log tree commit diff
path: root/nixos/release-small.nix
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2023-04-03 08:19:03 -0700
committerGitHub <noreply@github.com>2023-04-03 08:19:03 -0700
commitf1f6ca8bcd8d85a22a6f3e3d02c4e0bf9cb2c9cc (patch)
tree791eb576b729778367f1611ee7071419ea6aeb02 /nixos/release-small.nix
parent89ab0e405c1ca4bcc480f8ab1f0d740376e3ee09 (diff)
parent6c209e862e18d6a9d103a80d5fa2443f4e47163e (diff)
downloadnixpkgs-f1f6ca8bcd8d85a22a6f3e3d02c4e0bf9cb2c9cc.tar
nixpkgs-f1f6ca8bcd8d85a22a6f3e3d02c4e0bf9cb2c9cc.tar.gz
nixpkgs-f1f6ca8bcd8d85a22a6f3e3d02c4e0bf9cb2c9cc.tar.bz2
nixpkgs-f1f6ca8bcd8d85a22a6f3e3d02c4e0bf9cb2c9cc.tar.lz
nixpkgs-f1f6ca8bcd8d85a22a6f3e3d02c4e0bf9cb2c9cc.tar.xz
nixpkgs-f1f6ca8bcd8d85a22a6f3e3d02c4e0bf9cb2c9cc.tar.zst
nixpkgs-f1f6ca8bcd8d85a22a6f3e3d02c4e0bf9cb2c9cc.zip
Merge pull request #209870 from amjoseph-nixpkgs/pr/stdenv/external-gcc-bootstrap
Diffstat (limited to 'nixos/release-small.nix')
-rw-r--r--nixos/release-small.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 2b553adf2bd..6204dc731ad 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -85,7 +85,8 @@ in rec {
       stdenv
       subversion
       tarball
-      vim;
+      vim
+      tests-stdenv-gcc-stageCompare;
   };
 
   tested = let
@@ -135,6 +136,7 @@ in rec {
         "nixos.tests.proxy"
         "nixos.tests.simple"
         "nixpkgs.jdk"
+        "nixpkgs.tests-stdenv-gcc-stageCompare"
       ])
     ];
   };