forked from auxolotl/labs
docs: fix typo
This commit is contained in:
parent
3fe60580da
commit
d104903c16
|
@ -21,7 +21,7 @@ let
|
||||||
url = "https://github.com/auxolotl/labs/archive/main.tar.gz";
|
url = "https://github.com/auxolotl/labs/archive/main.tar.gz";
|
||||||
sha256 = "<sha256>";
|
sha256 = "<sha256>";
|
||||||
};
|
};
|
||||||
lib = import "${labs}/foundation";
|
foundation = import "${labs}/foundation";
|
||||||
in
|
in
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue