Fix typo: OUTPUT -> OUTPATH (#520)

This commit is contained in:
Jeremy Fleischman 2024-02-08 22:55:58 -08:00 committed by GitHub
parent c4027e45b1
commit 505976eaea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ together.
```nix
buildPackage {
NIX_OUTPUT_USED_AS_RANDOM_SEED = "aaaaaaaaaa";
NIX_OUTPATH_USED_AS_RANDOM_SEED = "aaaaaaaaaa";
# other attributes omitted
}
```