Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-07 | Fix 22.05 eval warnings | Eelco Dolstra | |
2020-11-02 | nix-copy-closure: verify it works with drvs | Graham Christensen | |
Creates test coverage for #4210 and 7cf874c17d466d5cffdb0eb6215fcfe8930ed757 | |||
2020-10-17 | tests: Add names to VM tests | aszlig | |
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-17 | Convert VM tests to Python | aszlig | |
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> | |||
2019-11-06 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-11-05 | Fix VM tests | Eelco Dolstra | |
2019-10-04 | Merge release.nix, shell.nix and release-common.nix into flake.nix | Eelco Dolstra | |
Also provide a Nixpkgs overlay, memoize Nixpkgs evaluation and fit the githubFlakes test. | |||
2018-02-08 | dsa -> ed25519 | Eelco Dolstra | |
DSS is disabled by default in NixOS 18.03. https://hydra.nixos.org/build/68788560 | |||
2018-02-05 | Fix evaluation | Eelco Dolstra | |
2017-12-22 | release.nix: Use fetchTarball and fetchGit | Eelco Dolstra | |
In particular, using fetchGit means we don't need hackery to clean the source tree when building from an unclean tree. | |||
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | |
2016-05-31 | Disable the SSH substituter test for now | Eelco Dolstra | |
2016-03-30 | Fix nix-copy-closure test on 16.03 | Eelco Dolstra | |
2014-07-10 | Add a test for the SSH substituter | Eelco Dolstra | |
2014-04-15 | Fix test evaluation | Eelco Dolstra | |
2013-10-11 | Adjust to the NixOS/Nixpkgs merge | Eelco Dolstra | |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | |
This reverts commit 28bba8c44f484eae38e8a15dcec73cfa999156f6. | |||
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | |
2013-01-21 | Fix the VM tests | Eelco Dolstra | |
2012-03-12 | Fix tests | Eelco Dolstra | |
2011-11-05 | * Fix race condition in the test. | Eelco Dolstra | |
2011-10-11 | * Add a test for nix-copy-closure. | Eelco Dolstra | |