writeDirectReferencesToFile: init

This commit is contained in:
Robert Hensing
2021-05-14 17:27:25 +02:00
parent 80a3e0dc0e
commit cc60f81e69
5 changed files with 113 additions and 0 deletions

View File

@@ -50,5 +50,7 @@ with pkgs;
cuda = callPackage ./cuda { };
trivial = callPackage ../build-support/trivial-builders/test.nix {};
writers = callPackage ../build-support/writers/test.nix {};
}