Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | test: Make the installer work on old rhel versions | Théophane Hufschmitt | |
`scp -r` doesn't seem to behave properly there, so tarpipe ftw! | |||
2023-03-31 | test: Don't add a channel for the force-no-daemon installer variant | Théophane Hufschmitt | |
Was probably an overlook of when the tests were first added, but that now messes-up with the `nix-channel --update` that happens down the line (and can't access the network since we're inside a Nix build) | |||
2023-03-23 | Test the installation of a simple package in the install tests | Théophane Hufschmitt | |
2023-02-20 | Nix's own flake: Dedup and memoize more | John Ericson | |
- `nixpkgsFor` does all of native, static, cross, and the different stdenvs. - The main Nix derivation is no longer duplicated for static. - DRY nixpkgs.lib and lib.genAttrs calls. | |||
2022-09-26 | Quote URLs | Eelco Dolstra | |
2022-09-26 | Remove FIXME | Eelco Dolstra | |
2022-09-15 | Fix evaluation | Eelco Dolstra | |
2022-09-15 | Add RHEL 9 | Eelco Dolstra | |
2022-09-15 | Disable Ubuntu 14.04 | Eelco Dolstra | |
2022-09-15 | Add RHEL 7/8 | Eelco Dolstra | |
2022-09-15 | Use libvirt image | Eelco Dolstra | |
2022-09-15 | Remove pre-release Ubuntu 22.10 | Eelco Dolstra | |
2022-09-15 | Add Ubuntu 22.04 LTS | Eelco Dolstra | |
2022-09-15 | Make cross product of images and tests | Eelco Dolstra | |
2022-09-15 | Test building | Eelco Dolstra | |
2022-09-14 | Get Ubuntu 22.10 to work | Eelco Dolstra | |
2022-09-14 | Enable daemon installation test on Fedora | Eelco Dolstra | |
2022-09-14 | Add Fedora 36 | Eelco Dolstra | |
2022-09-14 | Add an installer test | Eelco Dolstra | |
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. |