mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-25 21:42:20 +03:00
Fix typo: OUTPUT
-> OUTPATH
(#520)
This commit is contained in:
parent
c4027e45b1
commit
505976eaea
@ -20,7 +20,7 @@ together.
|
|||||||
|
|
||||||
```nix
|
```nix
|
||||||
buildPackage {
|
buildPackage {
|
||||||
NIX_OUTPUT_USED_AS_RANDOM_SEED = "aaaaaaaaaa";
|
NIX_OUTPATH_USED_AS_RANDOM_SEED = "aaaaaaaaaa";
|
||||||
# other attributes omitted
|
# other attributes omitted
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user