diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-09-14 15:40:43 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-09-14 15:41:11 +0200 |
commit | fae3b4fe8abc2b307a583e396a24d7899bb21451 (patch) | |
tree | 0c0ca0e2d7a4a588b12e465c2bf45c5590bc1e75 /flake.nix | |
parent | b8f334bd8520d6fc9eb33258cc75d4acb57554b1 (diff) |
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.
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: { |