We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63f119 commit bd8d1c0Copy full SHA for bd8d1c0
README.md
@@ -2,6 +2,16 @@
2
3
Check the forecast for today's Nix builds with a blazingly fast (🚀🔥🦀) CLI
4
5
+## What is it?
6
+
7
+`nix-forecast` helps you find out what's cached in cache.nixos.org -- or any binary cache of your choosing!
8
9
+It does this in a few different ways:
10
11
+- When an installable is passed, the configured binary caches will be checked to see if they have it
12
+- When a system or home-manager configuration is passed, the number of it's build dependencies that are currently cached will be reported
13
+- By default, with no arguments passed, `nix-forecast` will try it's best to calculate how much of Nixpkgs itself is cached
14
15
## Usage
16
17
```
0 commit comments