1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 11:22:46 +03:00

Fix typo (#57)

This commit is contained in:
Eric Crosson 2023-02-13 09:31:24 -06:00 committed by GitHub
parent ce2e0b5d60
commit f65284b999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
[![CI](https://github.com/oxalica/nil/actions/workflows/ci.yml/badge.svg)](https://github.com/oxalica/nil/actions/workflows/ci.yml)
An incremental analysis assistent for writing in Nix.
An incremental analysis assistant for writing in Nix.
See [release notes][releases] for change log between tagged unstable versions.
@ -37,8 +37,8 @@ run `nix profile install github:oxalica/nil` to get `nil` installed.
You can also use this repository as a flake input and add its output to your own flake-managed
systemwide or home configuration.
*Disclamer: We ship `flake.lock` which is tested in CI to be working. If you use `follows` to
override flake inputs, we provides no guarentee of whether it would still build.*
*Disclaimer: We ship `flake.lock` which is tested in CI to be working. If you use `follows` to
override flake inputs, we provide no guarantee of whether it would still build.*
Flake output structure (not necessary up-to-date):
```