nixosTests.nixos-rebuild-target-host: fix
Overlay is no longer needed/possible since #495501
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user