aboutsummaryrefslogtreecommitdiff
path: root/tests/github-flakes.nix
AgeCommit message (Collapse)Author
2020-10-17tests: Add names to VM testsaszlig
Having vm-test-run-unnamed for all the test derivation doesn't look very nice, so in order to better distinguish them from their store path, let's actually give them proper names. Signed-off-by: aszlig <aszlig@nix.build>
2020-10-17Convert VM tests to Pythonaszlig
Perl-based tests are deprecated since NixOS 20.03 and subsequently got removed in NixOS 20.09, which effectively means that tests are going to fail as soon as we build it with NixOS 20.09 or anything newer. I've put "# fmt: off" at the start of every testScript, because formatting with Black really messes up indentation and I don't think it really adds anything in value or readability for inlined Python scripts. Signed-off-by: aszlig <aszlig@nix.build>
2020-06-18github: Respect default branchEelco Dolstra
2020-06-03Fix GitHub testEelco Dolstra
2020-05-21Fix GitHub testEelco Dolstra
2020-04-03Fix tests.githubFlakes evaluationEelco Dolstra
2020-03-20Fix GitHub VM testEelco Dolstra
2020-01-22Fix GitHub testEelco Dolstra
2019-12-18Fix tests.githubFlakesEelco Dolstra
2019-11-06Fix GitHub testEelco Dolstra
2019-10-04Merge release.nix, shell.nix and release-common.nix into flake.nixEelco Dolstra
Also provide a Nixpkgs overlay, memoize Nixpkgs evaluation and fit the githubFlakes test.
2019-06-11Add a test for GitHub flakesEelco Dolstra
Fixes #2889.