docs: fix typo

This commit is contained in:
Jake Hamilton 2024-06-04 19:33:16 -07:00
parent 3fe60580da
commit d104903c16
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -21,7 +21,7 @@ let
url = "https://github.com/auxolotl/labs/archive/main.tar.gz";
sha256 = "<sha256>";
};
lib = import "${labs}/foundation";
foundation = import "${labs}/foundation";
in
# ...
```