fix: README typo rev -> ref (#70)

This commit is contained in:
Zaunei 2024-06-25 13:00:14 +02:00 committed by GitHub
parent a04066c455
commit d6ddf1b4e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ Or, if you're not using flakes, a `default.nix` file (build with `nix-build`):
```nix
{ kubenix ? import (builtins.fetchGit {
url = "https://github.com/hall/kubenix.git";
rev = "main";
ref = "main";
}) }:
(kubenix.evalModules.x86_64-linux {
module = { kubenix, ... }: {