aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-12-04 01:04:40 +0100
committerEelco Dolstra <edolstra@gmail.com>2019-12-04 01:04:40 +0100
commit90d2cf6ff98fc970c9abeae6c37dd323fd0ef953 (patch)
tree771ef16f545d26c8cc2b8579a50c6e6e8ada06e3
parent1789c56f430b935ac2c17153317947a7fcf4f07f (diff)
Fix evaluation
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2d52046d8..ebe328b25 100644
--- a/flake.nix
+++ b/flake.nix
@@ -231,7 +231,7 @@
distPhase =
''
- cp -prd ${vendoredCrates}/vendor/ nix-rust/vendor/
+ cp -prd ${self.hydraJobs.vendoredCrates}/vendor/ nix-rust/vendor/
runHook preDist
make dist