diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-12-04 01:04:40 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-04 01:04:40 +0100 |
commit | 90d2cf6ff98fc970c9abeae6c37dd323fd0ef953 (patch) | |
tree | 771ef16f545d26c8cc2b8579a50c6e6e8ada06e3 | |
parent | 1789c56f430b935ac2c17153317947a7fcf4f07f (diff) |
Fix evaluation
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |