From 3ee50e77604656409569e5401f4fce65f240aea4 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 25 Mar 2026 17:24:29 +0100 Subject: [PATCH] nixosTests.nixos-rebuild-target-host: fix Overlay is no longer needed/possible since #495501 --- nixos/tests/nixos-rebuild-target-host.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/tests/nixos-rebuild-target-host.nix b/nixos/tests/nixos-rebuild-target-host.nix index 7351692fdfd9..c37c4ce2ee76 100644 --- a/nixos/tests/nixos-rebuild-target-host.nix +++ b/nixos/tests/nixos-rebuild-target-host.nix @@ -122,14 +122,6 @@ forceInstall = true; }; - nixpkgs.overlays = [ - (final: prev: { - # Set tmpdir inside nixos-rebuild-ng to test - # "Deploy works with very long TMPDIR" - nixos-rebuild-ng = prev.nixos-rebuild-ng.override { withTmpdir = "/tmp"; }; - }) - ]; - # this will be asserted networking.hostName = "${hostname}"; }