diff options
-rw-r--r-- | nix/yants/README.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/nix/yants/README.md b/nix/yants/README.md index 48bf3f7b3796..d17ea61b52d1 100644 --- a/nix/yants/README.md +++ b/nix/yants/README.md @@ -21,29 +21,33 @@ Currently lacking: ## Primitives & simple polymorphism - + ## Structs - + ## Nested structs! - + ## Enums! - + ## Functions! - + # Usage Yants can be imported from its `default.nix`. A single attribute (`lib`) can be passed, which will otherwise be imported from `<nixpkgs>`. +TIP: You do not need to clone my whole repository to use Yants! It is split out +into the `nix/yants` branch which you can clone with, for example, `git clone -b +nix/yants https://git.tazj.in yants`. + Examples for the most common import methods would be: 1. Import into scope with `with`: |