aboutsummaryrefslogtreecommitdiff
path: root/tests/nix-copy-closure.nix
AgeCommit message (Collapse)Author
2019-11-05Fix VM testsEelco Dolstra
2018-02-08dsa -> ed25519Eelco Dolstra
DSS is disabled by default in NixOS 18.03. https://hydra.nixos.org/build/68788560
2018-02-05Fix evaluationEelco Dolstra
2017-12-22release.nix: Use fetchTarball and fetchGitEelco Dolstra
In particular, using fetchGit means we don't need hackery to clean the source tree when building from an unclean tree.
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change...
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-05-31Disable the SSH substituter test for nowEelco Dolstra
2016-03-30Fix nix-copy-closure test on 16.03Eelco Dolstra
2014-07-10Add a test for the SSH substituterEelco Dolstra
2014-04-15Fix test evaluationEelco Dolstra
2013-10-11Adjust to the NixOS/Nixpkgs mergeEelco Dolstra
2013-03-08Revert "Prevent config.h from being clobbered"Eelco Dolstra
This reverts commit 28bba8c44f484eae38e8a15dcec73cfa999156f6.
2013-03-07Prevent config.h from being clobberedEelco Dolstra
2013-01-21Fix the VM testsEelco Dolstra
2012-03-12Fix testsEelco Dolstra
2011-11-05* Fix race condition in the test.Eelco Dolstra
2011-10-11* Add a test for nix-copy-closure.Eelco Dolstra