1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Add an installer test

This runs the installer in a QEMU VM. Unlike the old installer test
that ran inside a declaratively built RedHat/Debian image, this uses
an image from Vagrant.
This commit is contained in:
Eelco Dolstra 2022-09-14 15:40:43 +02:00
parent b8f334bd85
commit fae3b4fe8a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 168 additions and 0 deletions

View file

@ -546,6 +546,11 @@
# againstLatestStable = testNixVersions pkgs pkgs.nix pkgs.nixStable;
} "touch $out");
installerTests = import ./tests/installer {
binaryTarballs = self.hydraJobs.binaryTarball;
inherit nixpkgsFor;
};
};
checks = forAllSystems (system: {