nixosTests.nixos-rebuild-target-host: fix

Overlay is no longer needed/possible since #495501
This commit is contained in:
Arnout Engelen 2026-03-25 17:24:29 +01:00
commit 3ee50e7760
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -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}";
}