writeDirectReferencesToFile: init

This commit is contained in:
Robert Hensing
2021-05-15 17:04:25 +02:00
parent 80a3e0dc0e
commit cc60f81e69
5 changed files with 113 additions and 0 deletions
+2
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 {};
}